Commit Graph

313 Commits

Author SHA1 Message Date
Greg Fitzgerald
4a07c82824 Fix a couple issues with the go prompt 2015-09-29 23:46:56 +02:00
Greg Fitzgerald
a6c0510cc2 Add Go version to prompt, only displayed when in a go source tree 2015-09-29 23:46:56 +02:00
Caio Gondim
fd544cbb7a Adds space between bullettrain and $ if BULLETTRAIN_PROMPT_SEPARATE_LINE == false 2015-09-28 13:48:58 +02:00
Nicholas
7b677b4a4e Fix unmatched quote 2015-09-27 13:16:25 -04:00
Caio Gondim
ce55c1432d Fix BULLETTRAIN_PROMPT_SEPARATE_LINE name and puts a whitespace before $ 2015-09-25 11:52:31 +02:00
Greg Fitzgerald
c897e75414 Merge branch 'master' of github.com:caiogondim/bullet-train-oh-my-zsh-theme into fix_whitespace 2015-09-24 16:22:37 -04:00
Michael Cornell
1c4066bd6f Merge remote-tracking branch 'upstream/master' 2015-09-24 16:14:50 -04:00
Caio Gondim
c3a702363d Merge pull request #73 from gregf/fix_copyright
Update copyright year
2015-09-24 22:14:28 +02:00
Michael Cornell
161d21a27d update readme to pass travis CI, tacked on my name 2015-09-24 22:10:38 +02:00
Michael Cornell
6306de05bb line sep responds to changes after source 2015-09-24 11:43:29 -04:00
Greg Fitzgerald
9d622acc61 Fix copyright year 2015-09-24 10:18:37 -04:00
Greg Fitzgerald
14f58f279a Add new BULLETTRAIN_PROMPT_ADD_NEWLINE as a option 2015-09-24 10:06:45 -04:00
Viktor (Icon) VAD
fbbd93f8a3 Merge remote-tracking branch 'origin/master' into vadviktor-patch-pyenv 2015-09-24 10:06:55 +01:00
Greg Fitzgerald
3283a92bf9 Stop printing a blank line before every prompt 2015-09-23 17:46:54 -04:00
Caio Gondim
52b43504db Updates contributors section on README 2015-09-23 22:13:12 +02:00
Caio Gondim
86ce85b56b Renames BULLETTRAIN_PROMPT_SEP_LINE to BULLETTRAIN_PROMPT_SEPARATE_LINE 2015-09-23 22:11:05 +02:00
Caio Gondim
2c33e04196 Merge pull request #62 from gregf/sep_line
Add a new option to keep the prompt in two lines or one
2015-09-23 22:06:28 +02:00
Caio Gondim
3578fcd009 Merge pull request #61 from gregf/cmd
Use command -v instead of which
2015-09-22 14:16:15 +02:00
Caio Gondim
85805e52b8 Merge pull request #60 from gregf/chruby
Add chruby support
2015-09-22 14:15:59 +02:00
Caio Gondim
7f8753dac2 Merge pull request #64 from gregf/upgrade_travis
Upgrade to new travis-ci containers
2015-09-21 06:37:08 +02:00
Caio Gondim
bcca94c831 Merge pull request #67 from gregf/fixifs
Add missing semicolons in if statements
2015-09-21 06:31:53 +02:00
Greg Fitzgerald
a9f61184d0 Add missing semicolons in if statements 2015-09-20 18:03:15 -04:00
Viktor (Icon) VAD
3bfb593250 Adding Pyenv support to Python virtualenv as "fallback" 2015-09-20 10:39:33 +01:00
Greg Fitzgerald
63270ffc22 Upgrade to new travis-ci containers 2015-09-19 23:10:36 -04:00
Greg Fitzgerald
8b6c42d964 Update readme for BULLETTRAIN_PROMPT_SEP_LINE 2015-09-19 21:01:47 -04:00
Greg Fitzgerald
05f78e0384 Add a new option to keep the prompt in two lines or one 2015-09-19 20:58:23 -04:00
Greg Fitzgerald
3fbbce3bf8 Fixup documentation for chruby 2015-09-19 15:07:42 -04:00
Greg Fitzgerald
f057715a30 Use command -v instead of which.
https://unix.stackexchange.com/questions/85249/why-not-use-which-what-to-use-then
2015-09-19 15:03:44 -04:00
Greg Fitzgerald
65581ad4ea Add chruby support 2015-09-19 14:53:02 -04:00
Caio Gondim
0adeb1c9d8 Merge pull request #58 from vadviktor/vadviktor-patch-unified-ruby
Adding Rbenv support for RVM branch
2015-09-18 13:20:57 +02:00
Viktor (Icon) VAD
5a364bad20 Unified naming for ruby section. Theme and Readme updated. 2015-09-17 11:56:17 +01:00
Caio Gondim
45a94e8844 Merge pull request #57 from vadviktor/master
Adding valuable info to README
2015-09-15 18:45:23 +02:00
Viktor (Icon) VAD
73b0e05368 Adding rbenv support for RVM branch, though now without rbenv-gemset support. 2015-09-15 17:34:10 +01:00
Viktor (Icon) VAD
b38ca53d70 Adding valuable info to README
Adding hint for Ubuntu (and variants) users which ttf package will help them to see the unicode fonts right.
2015-09-15 16:34:26 +01:00
Caio Gondim
8acd804646 Merge pull request #55 from G33KatWork/full_dir_extend
Add support for three display modes of the path in the prompt: short, medium and long
2015-08-29 23:17:19 +02:00
Andreas Galauner
5941592060 Add support for three display modes of the path in the prompt: short, medium and long 2015-08-27 20:06:06 +02:00
Mario Zigliotto
f5d28adfd9 Add seconds back to 24 hour time 2015-08-27 15:13:08 +02:00
Mario Zigliotto
c93bb14ffb Add support for displaying time in 12-hour format
- Introduces a flag, `$BULLETTRAIN_TIME_12HR`, indicating if 12-hour format should be used
- Default to 24 hour time
- Document new option in README
2015-08-27 15:13:08 +02:00
Caio Gondim
fe2d8d81fb Fix on README 2015-08-25 00:43:21 +02:00
Caio Gondim
464b9c8140 Incorrect char used as " 2015-08-25 00:21:42 +02:00
Sébastien Bordenave
33735f55cd Added quotes in time format 2015-08-15 00:56:13 +02:00
Caio Gondim
30afa7b5ec Move test task to Makefile 2015-08-15 00:39:18 +02:00
Caio Gondim
4c09972a09 Merge pull request #46 from unixorn/add-monoid-font
Add link to Monoid on README, another powerline compatible font
2015-08-12 23:58:48 +02:00
Joe Block
d3f8f338a5 Add link to Monoid, another powerline compatible font 2015-07-27 16:47:39 -07:00
Caio Gondim
8c24860651 Add Maglev recommendation to README 2015-07-06 23:48:35 +02:00
Caio Gondim
487c0b31a6 Merge pull request #42 from unixorn/update-requirements
Update list of ZSH compatible bashes.
2015-05-27 00:13:10 +02:00
Joe Block
a7851e9721 Update requirements 2015-05-22 15:05:46 -07:00
Caio Gondim
aee29238b1 Fix NVM detection
Was getting syntax error on OS X with zsh
2015-05-22 20:11:34 +02:00
Caio Gondim
bbda487fd4 Fix test 2015-05-22 19:47:22 +02:00
Caio Gondim
19698a0b21 Updates contributors section on README 2015-05-22 19:16:12 +02:00