Commit Graph

129 Commits

Author SHA1 Message Date
Caio Gondim a63c147ecf Puts status segment after time 2015-01-05 23:50:55 +01:00
Caio Gondim b2ca161cbb Merge branch 'secrettriangle-fix-context'
* secrettriangle-fix-context:
  Fixes prompt_context
2015-01-05 22:39:44 +01:00
Dan Kaplun 7afb9de1c0 Fixes prompt_context 2015-01-05 05:38:23 -06:00
Dan Kaplun 165863074d Removes standout logic (no longer used) 2015-01-05 05:26:23 -06:00
Dan Kaplun a12871f0ec Fixes prompt_status 2015-01-05 05:24:35 -06:00
Caio Gondim 3dfcc0f896 Fix git conf variables
Closes #20
2014-12-26 05:02:33 +01:00
Caio Gondim 1131debd4c Dont push automatically on bump 2014-12-01 18:30:14 +01:00
Caio Gondim dd7aef12e5 Release v0.0.5 v0.0.5 2014-12-01 18:28:45 +01:00
Caio Gondim 397b4fa81a Release v0.0.4 2014-12-01 18:28:07 +01:00
Caio Gondim 25f363c0ea Adds grunt bump 2014-12-01 18:28:00 +01:00
Caio Gondim cb8f7065ef Configuration vars will respect user values if setted
Fix #19
2014-12-01 17:57:58 +01:00
Caio Gondim b1607b38d9 Updates test task 2014-12-01 17:51:53 +01:00
Caio Gondim 4bebaf8a4e Stupid makefile only interprets tabs 2014-12-01 17:49:32 +01:00
Caio Gondim 275f319803 Fix on default value of BULLETTRAIN_NVM_SHOW
Will have to do the same with all the variables.

Fix #18
2014-11-30 23:06:36 +01:00
Caio Gondim c18e818d13 Updates color schemes on preview 2014-09-06 17:01:50 +02:00
Caio Gondim 8819d2f9ef Fix test 2014-08-21 10:58:49 +02:00
Caio Gondim 6ee9194225 Updates Contributors on README 2014-08-21 10:55:16 +02:00
Caio Gondim 3f1f983130 Small fix on antigen installation instruction in README
Conflicts:
	README.md
2014-08-21 10:54:06 +02:00
Caio Gondim a404b89dd4 Merge pull request #14 from unixorn/master
Add install instructions for antigen users
2014-08-21 10:40:13 +02:00
Joe Block 6e70200a03 Add install instructions for antigen users 2014-08-20 19:16:17 -07:00
Caio Gondim c5f715e919 Adds screenshots with different color schemes
[Closes #11]
2014-07-20 18:28:31 +02:00
Caio Gondim e98057547e Updates contributors on README 2014-07-19 14:33:01 +02:00
Jocelyn Mallon cc82e91f8d Fix bug/typo in time segment
Fix to ensure that we check the state of both 'BULLETTRAIN_TIME_BG' and 'BULLETTRAIN_TIME_FG', instead of checking just the BG twice.
2014-07-18 19:48:38 -07:00
Caio Gondim f2867c88f0 Release v0.0.3 v0.0.3 2014-07-18 16:05:41 +02:00
Caio Gondim ac69978279 Release v0.0.2 v0.0.2 2014-07-18 16:04:02 +02:00
Caio Gondim 9d59cefe35 Release v0.0.1 v0.0.1 2014-07-18 16:03:39 +02:00
Caio Gondim 3020e9a90f Fix indentation on README 2014-07-18 15:35:57 +02:00
Caio Gondim 063c5fcded Adds "Contributors" section to README 2014-07-18 15:31:12 +02:00
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