Commit Graph

238 Commits (ffa45b03914c261d8b95f29d581c9fcfa6e5282e)

Author SHA1 Message Date
Travis Swicegood ffa45b0391 Create the concept of enabled plugins
This allows users to disable a plugin without completely removing it.
Instead, they simply remove the `plugins/enabled/*.bash` file for the
plugin they want to disable.  This continues the concept of "everything
on" while providing greater flexibility to future users.

It might be a good idea to allow turning these off by default in the
future and allowing not only the `plugins/enabled/*.bash` files but also
an array of `<plugin_name>` values that would search for
`plugins/available/<plugin_name>.plugin.bash` to enable them.  That
method would make it easier for people custom tune their plugins from
within their `.bash_profile` script.
2011-05-02 23:12:50 -05:00
Travis Swicegood 1aedbd6350 remove symbolic link to self 2011-05-02 23:12:50 -05:00
Mark Szymanski c517a74a39 Added dos theme 2011-04-29 17:56:04 -05:00
Travis Swicegood 8392f29250 Unset the MACTEXT_PATH var so it doesn't leak through to env
Thought this variable wasn't making it to the session, but it does even
without the `export`.  This corrects that by explicitly unsetting it
before we continue.
2011-04-01 08:07:14 -05:00
Travis Swicegood ad502d9483 make sure tmux is launched in 256 color mode 2011-03-31 17:02:48 -05:00
Travis Swicegood 97e73f44dc add support for mactex if its present 2011-03-31 17:02:48 -05:00
Florian Baumann b2857a3774 added git_stats function to git plugin collection 2011-03-27 20:44:17 +02:00
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