Commit Graph

2604 Commits (72224ab03469bbb7705e39ace9c7f9cb26faeccc)

Author SHA1 Message Date
JFSIII 5e75b13076 reverting d22a4cfa70 2011-06-18 16:11:53 -04:00
Ryan Kanno 758c57621a Removed variables specific to hawaii50 theme :) 2011-06-18 10:07:26 -10:00
Mark Szymanski 02ea2d4f5f Merge pull request #58 from jfsiii/master
Undo alteration's to base.theme.bash
2011-06-18 08:59:49 -07:00
JFSIII ccab485f74 Reverting alterations introduced in 3dc4620320 Moved SCM_NON_CHAR change to theme since it is theme-specific and shouldn't affect all themes. 2011-06-18 11:55:22 -04:00
Mark Szymanski b5efd9044b Merge pull request #57 from jfsiii/master
Eliminate need for themes to add escape characters around colors. Add rainbowbrite theme.
2011-06-18 08:51:03 -07:00
JFSIII 4219db7aff Update theme to use the already escaped colors added in 46b8d27815 2011-06-18 11:23:26 -04:00
JFSIII 59f7a188a7 Add `${reset_color}` at the end of `PS1` to prevent color from bleeding 2011-06-18 11:04:01 -04:00
JFSIII 8b380c1914 Convert theme to use the already escaped colors introduced in 46b8d27815 2011-06-18 10:57:59 -04:00
David DeSandro f941e04632 Merge branch 'master' of https://github.com/revans/bash-it 2011-06-18 09:38:08 -04:00
rjorgenson 2b4f94a804 more customizations to prompt theme
made colors more modular and easy to change
changed some colors around
added function to dynamically pick the prompt character
changed the prompting character at end of prompt
2011-06-18 04:42:44 -07:00
rjorgenson a59d785883 added todo.txt-cli count to prompt and cleaned up some color code
not sure if I like the placement of the todo count, but keeping it for now
2011-06-17 23:28:57 -07:00
JFSIII 65ce6fdb6f Merge branch 'master' of https://github.com/desandro/bash-it 2011-06-17 22:48:07 -04:00
JFSIII 0c0e67f901 Merge branch 'master' of http://github.com/revans/bash-it 2011-06-17 22:16:34 -04:00
JFSIII 1b7c9419bf Convert themes and plugins to use the update colors. Themes are no longer burdened with escaping the unprintable characters 2011-06-17 19:45:21 -04:00
Mark Szymanski dbbd69ed6e Merge pull request #56 from dleavitt/patch-1
Added "hg_prompt_info" to base theme
2011-06-17 14:46:26 -07:00
Daniel Leavitt bb99031325 Added "hg_prompt_info" to base theme - it is used by scm_prompt_info 2011-06-17 14:38:49 -07:00
Travis Swicegood ce4a6e6f26 Merge pull request #54 from ryankanno/master
Added hawaii50 theme
2011-06-17 13:42:54 -07:00
Ryan Kanno 8e1107730d Needed to escape colors correctly for line wrapping to occur.
Removed extraneous DEFAULT_COLOR in prompt
2011-06-17 10:31:49 -10:00
JFSIII 46b8d27815 Change color definitions so they don't require escaping in the themes. When do you ever want those unprintable characters included in the character count? 2011-06-17 14:58:20 -04:00
Mark Szymanski 78270b3ab5 Make sure custom aliases file exists before sourcing it 2011-06-17 11:22:39 -05:00
David DeSandro d22a4cfa70 move garb into git plugins; rename newpost as jknewpost 2011-06-17 11:01:18 -04:00
David DeSandro 3ef689f29a Add various aliases 2011-06-17 10:57:31 -04:00
David DeSandro fcf358169f rainbowbrite theme : color branch status indicator 2011-06-17 10:34:20 -04:00
David DeSandro 3dc4620320 SCM_NONE_CHAR='.' -> dot if no repo 2011-06-17 10:24:04 -04:00
David DeSandro 1f1ab36f37 Add rainbowbrite theme
Looks like:
± ~/path/to (branch ✓) $

in glorious red / blue / yellow color scheme
2011-06-17 10:18:48 -04:00
rjorgenson e8a4e35454 initial port of zork prompt theme to my own
more customization to come later
2011-06-17 06:13:55 -07:00
Mark Szymanski 50179fd778 Can't forget to source the custom aliases! 2011-06-13 22:05:45 -05:00
Mark Szymanski 80e734f3e0 Added Homebrew aliases to the available aliases 2011-06-13 11:45:24 -05:00
Travis Swicegood ef42010c7b Make all aliases optional (a la plugins)
This continues a pattern that was introduced in ffa45b0 and refined
further in later commits.  This enables all aliases by default, but can
be disabled by any user if they remove the appropriate
aliases/enabled/*.bash file.
2011-06-12 19:47:17 -05:00
Ryan Kanno 49f897ae0d Changed ip function to use bash-it's func, parsing out 127.0.0.1
Attached public facing ip address to list
2011-06-09 13:20:41 -10:00
Ryan Kanno b96345e00c Added VIRTUAL_PROMPT_ENABLED FLAG
Added -e to echo to interpret \
Updated bash conditionals to use [[]]
2011-06-09 12:18:11 -10:00
Ryan 09bd0ef5d0 Um, what was I thinking. Removed SCM_PROMPT_PREFIX and custom scm_info. (No
need for it).
2011-06-08 13:34:27 -10:00
Ryan 28e2aeda4d Refactored theme to remove scm_info and rename overridden functions 2011-06-08 11:57:16 -10:00
Ryan 0713fdc031 Added virtualenv_prompt to base.theme.bash (modeled after rvm_prompt)
Removed virtualenv/rvm from hawaii50 theme
2011-06-08 11:32:50 -10:00
Ryan c7fcf20648 Updated scm function to include `hg root` to check for Mercurial
Removed scm function from hawaii50.theme.bash
2011-06-08 10:20:04 -10:00
Ryan Kanno dcb0ddec2f Added comments
Added imgur screenshot
2011-06-07 08:25:45 -10:00
Ryan f9b31e9f23 Merge remote-tracking branch 'upstream/master' 2011-06-06 16:41:20 -10:00
Travis Swicegood 279b60e26f Merge pull request #51 from tswicegood/javascript-update
Allow specifying jQuery/jQuery UI version number and update defaults
2011-06-06 13:41:55 -07:00
Mark Szymanski b7a0cb6133 Added Homebrew aliases 2011-06-05 20:45:53 -05:00
Travis Swicegood 13d7c76087 Merge pull request #52 from tswicegood/rvm-enhancements
Optimize how RVM is loaded and add RVM auto completion.
2011-06-03 23:45:26 -07:00
Mark Szymanski 81b82a80d2 Fix an idiot mistake I made 2011-06-03 07:36:31 -05:00
Mark Szymanski 5e95755a19 Add another alias for clear and add some more aliases to alias-help 2011-06-02 20:29:16 -05:00
Ryan f3787fdc2e Added comments to theme 2011-06-01 11:33:41 -10:00
Ryan 0df98ca8e9 Various theme cleanup (removing vars, extras) 2011-06-01 11:22:22 -10:00
Ryan Kanno 0611f861bc Changed color schemes
Completely removed prefix/suffix for scm
2011-05-31 21:38:41 -10:00
Ryan Kanno 9bd5b54984 Added color to the scm prompt 2011-05-31 21:23:33 -10:00
Ryan 09dfe7552c Added ip address (only good for a mac) :D
)
2011-05-31 19:17:10 -10:00
Ryan 2a6d1da317 Updated parse_svn_info 2011-05-31 19:03:28 -10:00
Ryan aa2f1cbeb7 Added hg dirty/clean modifier 2011-05-31 18:41:07 -10:00
Ryan 06d71ab591 Updated git prompt
Started hg prompt
2011-05-31 16:10:30 -10:00