Caio Gondim
0c70c99e22
Merge pull request #121 from jtyr/jtyr-double_space
...
Eliminate double space if prompt on one line
2016-03-19 15:52:12 +01:00
Jiri Tyr
ce5d5fb78e
Eliminating double space if prompt on one line
2016-03-18 17:59:57 +00:00
Caio Gondim
d4a8e06419
Add Slack badge
2016-03-10 11:57:46 +01:00
Caio Gondim
9bad52c1f6
Fix icon
2016-03-09 22:38:24 +01:00
Caio Gondim
9232d2da85
Merge pull request #113 from CodeBleu/master
...
Add ability to change FG & BG to GIT_COLORIZE_DIRTY
2016-02-17 23:16:20 +01:00
Caio Gondim
2a4ea4a92b
Merge pull request #112 from dawikur/feature/git_prompt_tips
...
Add Tips section to README
2016-02-17 23:13:06 +01:00
Caio Gondim
d547643226
Merge pull request #114 from dmdavis/plenv
...
Added plenv (PERL) segment
2016-02-17 23:11:50 +01:00
Dale Davis
a9fe003c1b
Added plenv (PERL) segment
...
* Added BULLETTRAIN_PERL_ shell variable checks to bullet-train.zsh-theme
* Added prompt_perl function
2016-02-17 12:55:42 -08:00
Jason Hollis
883a8b75bf
added ability to change FG & BG to GIT_COLORIZE_DIRTY and added color to GIT_PROMPT_DIRTY & CLEAN
2016-01-29 11:59:45 -05:00
Dawid Kurek
5915e39afd
Add function example to Tips.git_cmd
2016-01-28 20:21:13 +01:00
Dawid Kurek
0d113a79eb
Add Tips section.
...
Add usage of BULLETTRAIN_GIT_PROMPT_CMD with example.
2016-01-28 17:50:06 +01:00
Caio Gondim
b71a54db69
Another small fix on icon
2016-01-28 00:26:26 +01:00
Caio Gondim
d402105fe1
Fix icon
...
Fix small glitch on icon
2016-01-28 00:19:40 +01:00
Caio Gondim
c80d5b703b
Updates icon path on README
2016-01-28 00:16:41 +01:00
Caio Gondim
33850b192c
Update icon
2016-01-28 00:03:26 +01:00
Caio Gondim
36bff66c24
Add BULLETTRAIN_GIT_PROMPT_CMD info to README
2016-01-27 23:50:38 +01:00
Caio Gondim
c35e78aafb
Merge pull request #111 from dawikur/feature/custom_git_prompt
...
Allow settings custom git prompt
2016-01-27 23:39:16 +01:00
Dawid Kurek
d3f4997582
Allow settings custom git prompt
...
This gives us ability to use string substitution for changing e.g. how
branch name is displayed.
2016-01-26 21:11:12 +01:00
Caio Gondim
4126cdb114
Update Contributors section on README
2016-01-05 23:07:20 +01:00
Caio Gondim
4fc095d48d
Add BG and FG variables for TIME_EXEC segment customisation
2016-01-05 22:59:10 +01:00
Caio Gondim
7c6b8bb97b
Merge pull request #106 from henry40408/master
...
Add command execution time segment
2016-01-05 22:11:18 +01:00
Heng-Yi Wu
3ccb07e6ad
Add command execution time segment
2016-01-04 12:58:38 +08:00
Caio Gondim
a327f67f96
Add custom segment
2015-12-10 17:50:25 +01:00
Caio Gondim
3f5691e1fc
Merge pull request #103 from KVoll/master
...
Fixes #102
2015-12-03 23:33:49 +01:00
KVoll
91e37588a6
Fixes #102
2015-12-03 15:29:04 -06:00
Caio Gondim
4780c85ad8
Add "Donating" section to README
2015-12-02 01:45:47 +01:00
Caio Gondim
420db084ef
Add BULLETTRAIN_GIT_COLORIZE_DIRTY_COLOR to customize Git BG when in dirty mode
2015-11-30 15:24:37 +01:00
timfeirg
a00dbb2962
add BULLETTRAIN_GIT_COLORIZE_DIRTY to show yellow BG when git repo is dirty
...
this feature is borrowed from agnoster
https://gist.github.com/agnoster/3712874#file-agnoster-zsh-theme-L82
2015-11-30 08:54:49 +08:00
Caio Gondim
d438f5d479
Merge pull request #99 from chuckus/multiple-python
...
Allow multiple versions of Python to be displayed on one line
2015-11-25 11:46:44 +01:00
Charlie Smith
080b85cca5
Remove trailing whitespace for Python version label
2015-11-25 10:54:26 +13:00
Charlie Smith
faf4f81876
Allow multiple versions of Python to be displayed on one line
2015-11-25 10:48:58 +13:00
Caio Gondim
7ab1e597f2
Merge pull request #98 from kamui/fix-chruby
...
Fix chruby support by only printing the line of the matched ruby
2015-11-24 11:29:12 +01:00
Caio Gondim
d114287bbc
Merge pull request #97 from mmermerkaya/patch-1
...
Use "nvm current" to display node version
2015-11-24 11:27:45 +01:00
Jack Chu
9a9a607a0c
Fix chruby support by only printing the line of the matched ruby
2015-11-22 23:44:33 -05:00
Mertcan Mermerkaya
4271bc6c5e
Use "nvm current" to display node version
...
This way the user can differentiate between system and nvm node versions, similar to the virtualenv segment.
2015-11-21 19:20:50 +02:00
Viktor (Icon) VAD
5cbe050452
adding env switch to turn hg on/off
2015-11-12 10:40:22 +00:00
Caio Gondim
765b735de4
Merge pull request #88 from dbkaplun/prompt-cleanup
...
DRY $PROMPT
2015-11-07 14:05:52 +01:00
Caio Gondim
933be00808
Merge pull request #89 from Killmax/patch-1
...
Forces time to respect $BULLETTRAIN_TIME_12HR flag regardless of localization
2015-11-02 07:36:30 -03:00
Maxime Bruguet
4e6b4e9b3f
Update $BULLETTRAIN_TIME_12HR
...
change the "%X" in prompt_time() to "%T", because %X is based on local time so even if $BULLETTRAIN_TIME_12HR is false, the time would be in 12hr format because of the local.
The %T forces it in 24hr format whatever your zone is.
2015-10-29 14:56:43 +01:00
Dan Kaplun
fee3d173c6
DRY $PROMPT
2015-10-26 16:43:42 -04:00
Caio Gondim
4cddc84bee
Merge pull request #85 from dbkaplun/patch-1
...
Move path before dev-specific segments; dev segments closer to git
2015-10-17 15:11:50 +02:00
Dan Kaplun
a0af64ea34
Move dev environment-specific segments after path
2015-10-16 15:46:34 -04:00
Caio Gondim
d790578181
Merge branch 'gregf-fix_whitespace'
...
* gregf-fix_whitespace:
Add new BULLETTRAIN_PROMPT_ADD_NEWLINE as a option
Stop printing a blank line before every prompt
2015-10-14 23:38:41 +02:00
Caio Gondim
20611a74d2
Updates contributors section on README
2015-10-13 00:00:02 +02:00
Caio Gondim
79d1cf73ed
Merge branch 'vadviktor-vadviktor-patch-pyenv'
...
* vadviktor-vadviktor-patch-pyenv:
Merge remote-tracking branch 'origin/master' into vadviktor-patch-pyenv
Adding Pyenv support to Python virtualenv as "fallback"
2015-10-12 23:57:16 +02:00
Caio Gondim
3702714423
Merge pull request #81 from contradictioned/fixCompletionCharacterDuplication
...
Properly escape UTF-8 characters
2015-10-08 00:39:50 +02:00
Caio Gondim
cd224a0da7
Merge pull request #82 from einfallstoll/patch-1
...
Add instructions on README for custom folder on oh-my-zsh
2015-10-07 00:38:10 +02:00
Fabio Poloni
7007542885
oh-my-zsh installation: use custom folder
2015-10-05 07:34:44 +02:00
Manuel Hoffmann
268ce32d69
I took a look at this answer http://unix.stackexchange.com/a/90876
...
and thus added the %{%}-delimiters around the `prompt_line_sep` whitespace.
Works for me and fixes #80
2015-10-04 17:24:47 +02:00
Caio Gondim
fc426bad45
Updates go prefix on README
2015-09-30 00:28:31 +02:00