Mark Szymanski
a85080c8b0
Fix extra step in install section
2011-06-30 11:28:32 -05:00
Tony
c5b5a1982f
Edited README.md for punctuation, phrasing, tone, and clarity.
2011-06-30 08:15:26 -07:00
Mark Szymanski
1a96945885
Fix grammar on error message
2011-06-30 08:30:46 -05:00
Mark Szymanski
f6950f9f7b
Add gem completion
2011-06-29 11:33:39 -05:00
rjorgenson
0b218c4eb2
fixed todo count bug
...
todo module would still show up if todo.txt was installed but not
used with a blank value. Added a sanity check to make sure we actally
get a number back from todo.txt and do nothing if we dont
2011-06-29 01:27:24 -07:00
Mark Szymanski
ed8332d8d4
Add clarification to README
2011-06-28 00:25:26 -05:00
Mark Szymanski
e40e7dddc6
Merge branch 'master' of https://github.com/revans/bash-it
2011-06-28 00:23:18 -05:00
Mark Szymanski
b7c4b36ed2
Add instructions for installing with the installation script
2011-06-28 00:22:51 -05:00
Mark Szymanski
d82d8fbbe8
Add install script
2011-06-28 00:22:43 -05:00
Travis Swicegood
d3a7bdc996
Merge pull request #64 from jcarouth/master
...
Get rid of "Fatal error: not a git repository…" errors
2011-06-27 21:13:15 -07:00
Adrian Rego
e1eb0114ed
relieving headaches with a tylenol theme
2011-06-27 20:00:27 -04:00
Mark Szymanski
93df02f193
Fix irregular usage of bash it vs. bash-it
2011-06-26 09:30:16 -05:00
Mark Szymanski
052da726df
Get rid of old minimal-git theme
2011-06-25 11:52:50 -05:00
Mark Szymanski
ff0859d289
Move minimal-git theme into minimal theme
2011-06-25 11:50:56 -05:00
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