Caio Gondim
8dc17c829d
Fix on README
2014-07-18 12:34:27 +02:00
Caio Gondim
c09b8827a5
Removes trailling whitespaces
2014-07-18 12:03:22 +02:00
Caio Gondim
8355f03e4a
Updates README
2014-07-18 11:58:04 +02:00
Jocelyn Mallon
7bf3ab74dc
Merge commit '6f7561eeb1fcff3c0f097744bb3840229606cbbb'
...
* commit '6f7561eeb1fcff3c0f097744bb3840229606cbbb':
Add user prompt character options
2014-07-17 08:59:04 -07:00
Caio Gondim
2dc8a04c51
Updates README with new options
2014-07-17 17:21:55 +02:00
Caio Gondim
0ef6ef9016
Fix indentation
2014-07-17 17:12:35 +02:00
Jocelyn Mallon
6f7561eeb1
Add user prompt character options
...
Add two new user options for changing the final prompt character (default '$')
1) 'BULLETTRAIN_PROMPT_ROOT' - allow the user to choose if they want the final prompt character to change to '#' for root user.
2) 'BULLETTRAIN_PROMPT_CHAR' - allow the user to choose their own final prompt character (instead of '$') as long as it's length is a single character
This also changes the color of the prompt character, red for root, green for normal user, and could be expanded in the future for user selectable color choices.
2014-07-16 10:29:14 -07:00
Jocelyn Mallon
56f75cbda8
Add an option to show extended exit code/status information.
...
Add a user selectable option 'BULLETTRAIN_EXIT_SHOW' to show the actual exit status code ($RETVAL) along with the graphical indicator.
2014-07-15 16:24:41 -07:00
Jocelyn Mallon
fe0b1bea20
Add an option to show extended directory/path information.
...
Add a user selectable option 'BULLETTRAIN_DIR_EXTENDED' to show extended directory/path information. Currently this is fixed at truncating the path shown at 3 folders deep, but could be modified to support user selectable nesting/truncation.
2014-07-15 16:22:28 -07:00
Jocelyn Mallon
4c13e6b718
Add option to show extended git status information.
...
Add an option 'BULLETTRAIN_GIT_STATUS' to allow user to show extended git repo status; e.g. added, modified, deleted files instead of just clean/dirty.
2014-07-15 16:16:12 -07:00
Jocelyn Mallon
5296d6c29e
Update command substitution notation
...
Just a quick update to replace all instances of the older `` command substitution, to newer $() notation.
2014-07-15 15:36:02 -07:00
Caio Gondim
ed95d59340
Adds Travis CI badge to README
...
[Closes #8 ]
2014-07-15 18:25:13 +02:00
Caio Gondim
dacb1fb6ac
Adds .travis.yml
2014-07-15 18:08:25 +02:00
Caio Gondim
e6721c1ed6
Adds basic formating test
...
[Closes #7 ]
2014-07-15 18:03:20 +02:00
Caio Gondim
8b11826604
Adds .gitignore
2014-07-15 17:48:12 +02:00
Caio Gondim
860eb2998c
Adds package.json
2014-07-15 17:29:08 +02:00
Caio Gondim
01dfbf87fe
Adds options to hide segments
...
[Closes #5 ]
2014-07-14 23:15:48 +02:00
Caio Gondim
d85b0f1260
Changes BULLETTRAIN_RVM_SYMBOL to BULLETTRAIN_RVM_PREFIX
2014-07-12 20:53:59 +02:00
Caio Gondim
b2dcf6992e
Adds Node.js options to README
2014-07-12 20:52:34 +02:00
Caio Gondim
039cf5e180
Rename BULLETTRAIN_VIRTUALENV_SYMBOL to BULLETTRAIN_VIRTUALENV_PREFIX
2014-07-12 20:50:38 +02:00
Caio Gondim
152e446e1c
Changes the time segment color to gray
2014-07-12 20:33:51 +02:00
Caio Gondim
273e61267a
Fix on README
2014-07-12 19:45:48 +02:00
Caio Gondim
6ef64892eb
Adds NVM support
...
[Closes #3 ]
2014-07-12 19:35:24 +02:00
Caio Gondim
0713e187d9
Fix on the download link
2014-07-11 20:58:43 +02:00
Caio Gondim
7ddd3914db
Updates README
2014-07-11 19:18:32 +02:00
Caio Gondim
cccdb11bcd
Comments code
2014-07-10 16:21:51 +02:00
Caio Gondim
97ca2d0533
Adds options for all colors and symbols
2014-07-10 16:09:41 +02:00
Caio Gondim
c5c7dc082d
Shows RVM info only when a gemset that is not the default one
2014-07-09 21:53:13 +02:00
Caio Gondim
7bb34de0fb
Adds rvm support
...
[Closes #2 ]
2014-07-09 21:30:45 +02:00
Caio Gondim
841dacb890
Adds virtualenv support
...
[Closes #1 ]
2014-07-08 15:38:27 +02:00
Caio Gondim
cb28d19470
Task make link now overwrites the symlink in case it already exists
2014-07-07 10:30:14 +02:00
Caio Gondim
bd88ade263
Uses agnoster as base
2014-07-06 22:24:14 +02:00
Caio Gondim
10a013bda0
Starts prompt in new line
2014-07-06 01:54:42 +02:00
Caio Gondim
86a3526b71
Adds timestamp to the left side
2014-07-05 23:40:26 +02:00
Caio Gondim
355d827c63
Fix on the makefile task _install_
2014-07-03 23:11:59 +02:00
Caio Gondim
91453eb75b
Renames the project to "Bullet Train"
2014-07-03 00:08:15 +02:00
Caio Gondim
bf2d5ba72b
Creates makefile
...
Makefile with the tasks *install* and *link*
2014-07-02 23:23:33 +02:00
Caio Gondim
efc228d93a
Updates icon
...
[Closes #1 ]
2014-07-02 00:30:28 +02:00
Caio Gondim
fba8d8843b
Small fix on README
2014-06-22 19:05:48 +02:00
Caio Gondim
eb3faeca65
Adds description
2014-06-22 19:04:30 +02:00
Caio Gondim
0e9ed8e978
Adds project icon
2014-06-22 18:57:33 +02:00
Jérémy Romey
561c0009e2
Merge pull request #25 from yachi/patch-1
...
fix typo in README.md
2013-08-06 08:10:14 -07:00
yachi
1d7cf90bef
fix typo in README.md
2013-08-06 12:15:29 +08:00
Jérémy Romey
b3d93a0aed
Merge pull request #24 from kdisneur/feature/right_b_prompt_nothing
...
Add the ability to disable right b prompt
2013-08-02 08:49:18 -07:00
Kevin
1dda782857
Add the ability to disable right b prompt
2013-08-01 20:07:01 +02:00
Jérémy Romey
ea56ea5ba1
Merge pull request #22 from BreiteSeite/master
...
fixed wrong config suggestion in README.md
2013-05-28 08:39:01 -07:00
m.kuehn
0da7d7f6dd
fixed wrong config suggestion in README.md
2013-05-27 13:34:44 +02:00
Jérémy Romey
8f7d99aa95
Merge pull request #20 from flavius/master
...
Fix typo
2013-03-15 10:07:12 -07:00
Flavius Aspra
e4333ac16d
fix typo POWERLINE_DISABLE_RPROMT
2013-03-15 18:03:11 +01:00
Flavius Aspra
e294a9fa96
document POWERLINE_DISABLE_RPROMPT
2013-03-15 17:54:06 +01:00