Commit Graph

2416 Commits (83c44fac646ef92e70694f1528d63a6f66b99cfd)

Author SHA1 Message Date
Jesus de Mula Cano 0127dc2dc7 Add safe vcprompt use to demula theme and monokai colors. Update default template to include vcprompt path. 2011-03-06 18:49:08 +01:00
Jesus de Mula Cano 9681bae634 Update demula theme to use battery plugin 2011-03-06 18:17:17 +01:00
Jesus de Mula Cano 8188b91db3 new battery plugin that shows energy in a "bar" all done with acpi and bash 2011-03-06 18:12:24 +01:00
Jesus de Mula Cano 908e020a0b Merge remote-tracking branch 'upstream/master' 2011-03-06 18:09:32 +01:00
Jeff Kolesky 6dd943a23e adds git info to prompt below the root of a repository 2011-03-05 18:08:03 -05:00
Jesus de Mula Cano 5f8e0c49d6 python plugin updated to work with archlinux (envvar python is python 3 not 2). 2011-03-04 11:48:12 +01:00
Jesus de Mula Cano a38012fb18 Added demula theme 2011-03-04 11:44:56 +01:00
Travis Swicegood 27baae9cb3 Add support for virtualenvwrapper if its present 2011-03-02 23:49:30 -06:00
Travis Swicegood ba9b5d22df Add support for showing what virtualenv is currently active
This works with virtualenvwrapper to detect when a virtualenv is
activated and adds "(<name>)" before the path that's being displayed.
2011-03-02 23:42:01 -06:00
Travis Swicegood 1638a1a435 Allow setting a custom host color
This change allows someone to change their host color by adding the
following to their `.bash_profile`:

    # change to red
    THEME_PROMPT_HOST_COLOR="red"
    # change to green
    THEME_PROMPT_HOST_COLOR="green"

Any variable inside the `colors.theme.bash` can be used and it will be
evaluated at the last minute.
2011-02-28 14:18:46 -06:00
Travis Swicegood 0c2f3093a0 Add THEME_PROMPT_HOST for use in prompts
This switches the doubletime theme over to using a variable for
determining what to display in the prompt.  The original version's use
of a hard-coded `@local` means you would have that suffix displayed even
on remote machines.
2011-02-28 13:46:22 -06:00
Karl Swedberg 8ac6e4414e new "doubletime" theme with more granular git status markers and two-line prompt 2011-02-27 17:54:35 -05:00
Mark Szymanski e787f2653e Added lsgrep() function and comments for mkcd() function 2011-02-27 09:49:51 -06:00
Mark Szymanski 9a6e841805 Added alias, ripped off from oh-my-zsh 2011-02-19 20:48:03 -06:00
Mark Szymanski 2228826861 Added modern-t theme, theme to be used with the t (http://stevelosh.com/projects/t/) utility 2011-02-14 21:12:25 -06:00
Mark Szymanski 047933378f Added titlebar PWD to modern theme 2011-02-05 11:49:47 -06:00
Mark Szymanski b4d773441b Added 'hex' alias to open file with Hex Fiend 2011-01-20 11:05:50 -06:00
Mark Szymanski 1c1444f4b2 Added 'textedit' alias 2011-01-19 16:15:24 -06:00
Robert R Evans 89032528af Merge branch 'master' of github.com:revans/bash-it 2011-01-13 15:10:38 -08:00
Robert R Evans ee943453ab Updated my theme 2011-01-13 15:10:31 -08:00
Mark Szymanski bacc6235f0 Post dates now include the year 2011-01-09 14:10:56 -06:00
Mark Szymanski 2c988b85bd Removed old code and added better indentation 2011-01-01 18:07:49 -06:00
Mark Szymanski 30fc71a337 Merge branch 'master' of github.com:revans/bash-it 2011-01-01 11:41:31 -06:00
Mark Szymanski 91835d5f7c Added quoting for $EDITOR's with spaces 2011-01-01 11:40:49 -06:00
Robert R Evans b1df1ab0fe Merge 2010-12-28 09:15:31 -08:00
Robert R Evans 4418698a34 Updated readme to use githubs contributor list 2010-12-28 09:14:38 -08:00
Mark Szymanski c505dcfbbd Added documentation for 'gll' git alias. 2010-12-28 10:39:04 -06:00
Florian Baumann 36438fe680 added awesome graphical git log alias 2010-12-28 13:00:44 +01:00
Mark Szymanski 6ffba72087 Added aliases for ruby (rb) and git commit --interactive (gci) 2010-12-20 18:08:01 -06:00
Mark Szymanski f3a4d44619 Moved variable and fixed formatting for 'editpost' 2010-12-20 10:07:33 -06:00
Mark Szymanski 3c0ea6784e Added 'editpost' function for jekyll plugins 2010-12-20 10:02:54 -06:00
Mark Szymanski 56d016aed1 Added feature to 'modern' theme to show if you are in vim's shell (achieved by the :sh command) 2010-12-19 09:40:52 -06:00
Mark Szymanski 7c13d46bb1 Added comment to 'modern' theme 2010-12-17 17:56:43 -06:00
Mark Szymanski aceb959c6b Merge branch 'master' of github.com:revans/bash-it 2010-12-14 18:37:27 -06:00
Mark Szymanski f3d19db472 Added $PS3 customization for 'modern' theme. 2010-12-14 18:36:44 -06:00
Florian Baumann ab44572ba4 added minimal config backup function buf() 2010-12-14 14:33:16 +01:00
Rich Manalang 2ce12674f6 added https://github.com/rupa/z as a plugin 2010-12-13 13:39:41 -08:00
Rich Manalang 33850711cc Merge branch 'master' of git://github.com/revans/bash-it 2010-12-13 13:38:10 -08:00
John Schulz 0d55346e9b Didn't see the instructions to add myself to `README.md`. My pull request (#23) was accepted in 6c97585329 2010-12-06 22:08:32 -05:00
John Schulz cbf081d2a0 Merge remote branch 'upstream/master' 2010-12-06 21:53:51 -05:00
Mark Szymanski 8d3cd22c54 Removed REF_DIR variable from .bash_profile template. 2010-12-06 16:20:36 -06:00
Mark Szymanski afafe316b5 Removed all traces of ref because I am going to be making it into a separate project. 2010-12-06 16:10:56 -06:00
Mark Szymanski f8988c2676 Merge branch 'noqqe-master' 2010-12-06 16:05:34 -06:00
Florian Baumann 13edf326c4 added advanced ssh completion 2010-12-06 16:01:06 +01:00
Mark Szymanski 668f8e68c0 Added PS2 to modern theme 2010-12-05 21:15:30 -06:00
Mark Szymanski c82285539b Added better documentation for ref 2010-12-05 21:12:45 -06:00
Mark Szymanski 145886305c Added 'new' command for ref. 2010-12-05 20:50:57 -06:00
Mark Szymanski db8d567b14 Formatting fixes 2010-12-05 17:08:33 -06:00
Mark Szymanski 862c6438f4 Improved ref documentation 2010-12-05 17:06:04 -06:00
Mark Szymanski 493bdb9456 Added documentation for ref plugin 2010-12-05 17:01:19 -06:00