Commit Graph

3031 Commits (d74cc615be958c7adf0b5ee7ac3d30bc4545c56c)

Author SHA1 Message Date
Florian Baumann 0798a8034a removed hcht plugin. there are several bugs which couldn't be fixed so far without rewriting the whole module 2011-03-27 20:28:47 +02:00
Daniel Engel e56c71a002 Added 'tonka' prompt, and personal color scheme.
Added 'dirs' plugin, dor directory stack navigation.
2011-03-14 20:36:25 -04:00
Mark Szymanski 63c60e5fa3 Added "down4me" plugin 2011-03-11 20:32:46 -06:00
Robert Lowe 63a00c757d * 2 new functions, wmate & raw
* wmate will pipe wget into textmate and tidy for you (command + z to undo tidy)
 * raw will pipe wget into your browser
2011-03-07 23:16:18 -05:00
Jesus de Mula Cano 7ae2952b28 Fix bug of battery plugin not displaying right low percentages (Linux) 2011-03-07 17:06:31 +01:00
Jesus de Mula Cano 7eb06af51a Merge branch 'master', remote-tracking branch 'upstream/master' 2011-03-07 13:25:41 +01:00
Mark Szymanski 8dded4fdc5 Added battery info for modern theme 2011-03-06 18:40:16 -06:00
Jesus de Mula Cano b79fc5d03e Add beginings of mac os support for the battery plugin 2011-03-07 01:26:24 +01:00
Jesus de Mula Cano f98a728866 Check for OS type in demula theme prompt string 2011-03-07 01:11:20 +01:00
Jesus de Mula Cano cced72742f fix deleting screw up 2011-03-07 00:18:05 +01:00
Jesus de Mula Cano 8cc74becc0 Fix demula theme output 2011-03-07 00:08:56 +01:00
Jesus de Mula Cano fe9116c8e6 change back http alias and check for Linux to use python2 2011-03-07 00:06:52 +01:00
Jesus de Mula Cano 1080af358d Update battery.plugin to check for acpi existence 2011-03-07 00:05:54 +01:00
Jesus de Mula Cano 229aa833a2 Add command_exists function to base.plugin from http://stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script: 2011-03-07 00:02:43 +01:00
Jesus de Mula Cano 23de53a084 battery plugin code clean up 2011-03-06 22:37:47 +01:00
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