Jeff Carouth
6e8733ea98
Adding multiple SCM support to doubletime theme.
...
The doubletime theme improves the SCM status prompt for git.
However, it accomplishes this at the expense of other SCM
systems. This delegates prompt to the default bash-it prompt
function when the SCM is not git.
2011-06-25 10:05:25 -05:00
Mark Szymanski
4ac4049a75
Add note for configuring Jekyll support
2011-06-24 17:50:02 -05:00
Mark Szymanski
9ad7964c86
Add support for multiple Jekyll sites
2011-06-24 17:49:19 -05:00
Mark Szymanski
56b83c76cb
Add new jekyll config stuff
2011-06-24 17:45:55 -05:00
Mark Szymanski
10ac773170
Get rid of old, unneeded jekyll config stuff
2011-06-24 17:45:37 -05:00
Mark Szymanski
5af99be158
Get rid of old jekyll aliases
2011-06-24 17:45:13 -05:00
Mark Szymanski
4e14eefca8
Works now
2011-06-24 12:08:36 -05:00
Mark Szymanski
989de73330
No more bold
2011-06-24 12:06:30 -05:00
Mark Szymanski
b36d86ddff
Add minimal-git theme
...
Just like the minimal theme, but with git info
2011-06-24 11:36:11 -05:00
JFSIII
64e52eaf96
Merge branch 'master' of http://github.com/revans/bash-it
2011-06-23 07:27:14 -04:00
Mark Szymanski
00b11955fa
Merge pull request #63 from tswicegood/refactor
...
Switch to single loop now that all directory use the same pattern
2011-06-21 07:35:11 -07:00
Travis Swicegood
d7cfa8b394
Switch to single loop now that all directory use the same pattern
...
Simple refactoring -- now there's no need to source each one
independently.
2011-06-21 09:31:26 -05:00
Travis Swicegood
1f0594b7d1
update to ignore all "enabled" files
2011-06-21 09:22:24 -05:00
Travis Swicegood
e115b4c5af
Move auto-complete code over to available -> enabled style
...
This continues the move toward the ability to turn things off with
everything turned on by default.
2011-06-21 09:20:40 -05:00
Mark Szymanski
972d58f9c5
Merge pull request #61 from desandro/master
...
Remove personal aliases
2011-06-20 13:37:30 -07:00
David DeSandro
4a8e08e783
Revert "Add various aliases"
...
This reverts commit 3ef689f29a .
2011-06-20 16:13:59 -04:00
David DeSandro
11b5955161
Revert "move garb into git plugins; rename newpost as jknewpost"
...
This reverts commit d22a4cfa70 .
2011-06-20 16:13:34 -04:00
David DeSandro
7958a03d15
Merge branch 'master' of https://github.com/revans/bash-it
2011-06-20 09:12:48 -04:00
Mark Szymanski
d9efdca369
Merge pull request #59 from ryankanno/master
...
Remove variables from hg_prompt_info specific to hawaii50 theme
2011-06-19 08:25:47 -07:00
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