common/bash_it.git
13 years agoAdd rainbowbrite theme
David DeSandro [Fri, 17 Jun 2011 14:18:48 +0000 (10:18 -0400)] 
Add rainbowbrite theme

Looks like:
± ~/path/to (branch ✓) $

in glorious red / blue / yellow color scheme

13 years agoCan't forget to source the custom aliases!
Mark Szymanski [Tue, 14 Jun 2011 03:05:45 +0000 (22:05 -0500)] 
Can't forget to source the custom aliases!

13 years agoAdded Homebrew aliases to the available aliases
Mark Szymanski [Mon, 13 Jun 2011 16:45:24 +0000 (11:45 -0500)] 
Added Homebrew aliases to the available aliases

13 years agoMake all aliases optional (a la plugins)
Travis Swicegood [Mon, 13 Jun 2011 00:44:27 +0000 (19:44 -0500)] 
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.

13 years agoMerge pull request #51 from tswicegood/javascript-update
Travis Swicegood [Mon, 6 Jun 2011 20:41:55 +0000 (13:41 -0700)] 
Merge pull request #51 from tswicegood/javascript-update

Allow specifying jQuery/jQuery UI version number and update defaults

13 years agoAdded Homebrew aliases
Mark Szymanski [Mon, 6 Jun 2011 01:45:53 +0000 (20:45 -0500)] 
Added Homebrew aliases

13 years agoMerge pull request #52 from tswicegood/rvm-enhancements
Travis Swicegood [Sat, 4 Jun 2011 06:45:26 +0000 (23:45 -0700)] 
Merge pull request #52 from tswicegood/rvm-enhancements

Optimize how RVM is loaded and add RVM auto completion.

13 years agoFix an idiot mistake I made
Mark Szymanski [Fri, 3 Jun 2011 12:36:31 +0000 (07:36 -0500)] 
Fix an idiot mistake I made

13 years agoAdd another alias for clear and add some more aliases to alias-help
Mark Szymanski [Fri, 3 Jun 2011 01:29:16 +0000 (20:29 -0500)] 
Add another alias for clear and add some more aliases to alias-help

13 years agoAllow clock to be formatted
Travis Swicegood [Mon, 30 May 2011 15:12:51 +0000 (10:12 -0500)] 
Allow clock to be formatted

13 years agoMake sure that RVM is loaded before defining extras
Travis Swicegood [Mon, 30 May 2011 14:52:30 +0000 (09:52 -0500)] 
Make sure that RVM is loaded before defining extras

13 years agoLoad RVM and auto-completion is available
Travis Swicegood [Mon, 30 May 2011 14:46:22 +0000 (09:46 -0500)] 
Load RVM and auto-completion is available

No reason not to turn on RVM if it's present and the autocompletion is a
huge benefit.

13 years agoAllow specifying jQuery/jQuery UI version number and update defaults
Travis Swicegood [Sun, 29 May 2011 20:25:26 +0000 (15:25 -0500)] 
Allow specifying jQuery/jQuery UI version number and update defaults

13 years agoAdded alias for rake db:migrate
Joshua Nussbaum [Sat, 28 May 2011 06:59:33 +0000 (23:59 -0700)] 
Added alias for rake db:migrate

13 years agoFix issue with plugin initalization
Mark Szymanski [Sat, 28 May 2011 01:57:57 +0000 (20:57 -0500)] 
Fix issue with plugin initalization

13 years agoInitialize enabled directory if it doesn't exist
Mark Szymanski [Fri, 27 May 2011 16:53:54 +0000 (11:53 -0500)] 
Initialize enabled directory if it doesn't exist

This is to make bash_it work in a new install after
the plugins/enabled directory was ignored

13 years agoAdd pmdown function for previewing markdown files
Mark Szymanski [Fri, 27 May 2011 16:47:55 +0000 (11:47 -0500)] 
Add pmdown function for previewing markdown files

13 years agoGit ignore works now
Mark Szymanski [Fri, 27 May 2011 16:40:39 +0000 (11:40 -0500)] 
Git ignore works now

13 years agoIgnore the plugins/enabled directory
Mark Szymanski [Fri, 27 May 2011 16:36:07 +0000 (11:36 -0500)] 
Ignore the plugins/enabled directory

14 years agoadd path for bash completion
Anton Shemerey [Thu, 26 May 2011 20:21:34 +0000 (23:21 +0300)] 
add path for bash completion

14 years agoadd zork theme
Anton Shemerey [Thu, 26 May 2011 20:12:30 +0000 (23:12 +0300)] 
add zork theme

14 years agoMerge branch 'master' of github.com:revans/bash-it
Mark Szymanski [Tue, 17 May 2011 03:05:10 +0000 (22:05 -0500)] 
Merge branch 'master' of github.com:revans/bash-it

14 years agoChanged up minimal theme
Mark Szymanski [Tue, 17 May 2011 03:03:57 +0000 (22:03 -0500)] 
Changed up minimal theme

Removed Vim prompt stuff and made the prompt cyan

14 years agoMerge pull request #48 from tswicegood/cleanup.
Mark Szymanski [Tue, 3 May 2011 21:48:26 +0000 (14:48 -0700)] 
Merge pull request #48 from tswicegood/cleanup.

Move toward allowing disabling of plugins without removal

14 years agoCreate the concept of enabled plugins
Travis Swicegood [Tue, 3 May 2011 04:05:59 +0000 (23:05 -0500)] 
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.

14 years agoremove symbolic link to self
Travis Swicegood [Tue, 3 May 2011 04:00:08 +0000 (23:00 -0500)] 
remove symbolic link to self

14 years agoAdded dos theme
Mark Szymanski [Fri, 29 Apr 2011 22:56:04 +0000 (17:56 -0500)] 
Added dos theme

14 years agoUnset the MACTEXT_PATH var so it doesn't leak through to env
Travis Swicegood [Fri, 1 Apr 2011 13:07:14 +0000 (08:07 -0500)] 
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.

14 years agomake sure tmux is launched in 256 color mode
Travis Swicegood [Thu, 31 Mar 2011 22:01:52 +0000 (17:01 -0500)] 
make sure tmux is launched in 256 color mode

14 years agoadd support for mactex if its present
Travis Swicegood [Thu, 31 Mar 2011 22:01:33 +0000 (17:01 -0500)] 
add support for mactex if its present

14 years agoadded git_stats function to git plugin collection
Florian Baumann [Sun, 27 Mar 2011 18:44:17 +0000 (20:44 +0200)] 
added git_stats function to git plugin collection

14 years agoremoved hcht plugin. there are several bugs which couldn't be fixed so far without...
Florian Baumann [Sun, 27 Mar 2011 18:28:47 +0000 (20:28 +0200)] 
removed hcht plugin. there are several bugs which couldn't be fixed so far without rewriting the whole module

14 years agoAdded 'tonka' prompt, and personal color scheme.
Daniel Engel [Tue, 15 Mar 2011 00:36:25 +0000 (20:36 -0400)] 
Added 'tonka' prompt, and personal color scheme.
Added 'dirs' plugin, dor directory stack navigation.

14 years agoAdded "down4me" plugin
Mark Szymanski [Sat, 12 Mar 2011 02:32:46 +0000 (20:32 -0600)] 
Added "down4me" plugin

14 years ago * 2 new functions, wmate & raw
Robert Lowe [Tue, 8 Mar 2011 04:16:18 +0000 (23:16 -0500)] 
 * 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

14 years agoFix bug of battery plugin not displaying right low percentages (Linux)
Jesus de Mula Cano [Mon, 7 Mar 2011 16:06:31 +0000 (17:06 +0100)] 
Fix bug of battery plugin not displaying right low percentages (Linux)

14 years agoMerge branch 'master', remote-tracking branch 'upstream/master'
Jesus de Mula Cano [Mon, 7 Mar 2011 12:25:41 +0000 (13:25 +0100)] 
Merge branch 'master', remote-tracking branch 'upstream/master'

14 years agoAdded battery info for modern theme
Mark Szymanski [Mon, 7 Mar 2011 00:40:16 +0000 (18:40 -0600)] 
Added battery info for modern theme

14 years agoAdd beginings of mac os support for the battery plugin
Jesus de Mula Cano [Mon, 7 Mar 2011 00:26:24 +0000 (01:26 +0100)] 
Add beginings of mac os support for the battery plugin

14 years agoCheck for OS type in demula theme prompt string
Jesus de Mula Cano [Mon, 7 Mar 2011 00:11:20 +0000 (01:11 +0100)] 
Check for OS type in demula theme prompt string

14 years agofix deleting screw up
Jesus de Mula Cano [Sun, 6 Mar 2011 23:18:05 +0000 (00:18 +0100)] 
fix deleting screw up

14 years agoFix demula theme output
Jesus de Mula Cano [Sun, 6 Mar 2011 23:08:56 +0000 (00:08 +0100)] 
Fix demula theme output

14 years agochange back http alias and check for Linux to use python2
Jesus de Mula Cano [Sun, 6 Mar 2011 23:06:52 +0000 (00:06 +0100)] 
change back http alias and check for Linux to use python2

14 years agoUpdate battery.plugin to check for acpi existence
Jesus de Mula Cano [Sun, 6 Mar 2011 23:05:54 +0000 (00:05 +0100)] 
Update battery.plugin to check for acpi existence

14 years agoAdd command_exists function to base.plugin from http://stackoverflow.com/questions...
Jesus de Mula Cano [Sun, 6 Mar 2011 23:02:43 +0000 (00:02 +0100)] 
Add command_exists function to base.plugin from stackoverflow.com/questions/592620/check-if-a-program-exists-from-a-bash-script:

14 years agobattery plugin code clean up
Jesus de Mula Cano [Sun, 6 Mar 2011 21:37:47 +0000 (22:37 +0100)] 
battery plugin code clean up

14 years agoAdd safe vcprompt use to demula theme and monokai colors. Update default template...
Jesus de Mula Cano [Sun, 6 Mar 2011 17:49:08 +0000 (18:49 +0100)] 
Add safe vcprompt use to demula theme and monokai colors. Update default template to include vcprompt path.

14 years agoUpdate demula theme to use battery plugin
Jesus de Mula Cano [Sun, 6 Mar 2011 17:17:17 +0000 (18:17 +0100)] 
Update demula theme to use battery plugin

14 years agonew battery plugin that shows energy in a "bar" all done with acpi and bash
Jesus de Mula Cano [Sun, 6 Mar 2011 17:12:24 +0000 (18:12 +0100)] 
new battery plugin that shows energy in a "bar" all done with acpi and bash

14 years agoMerge remote-tracking branch 'upstream/master'
Jesus de Mula Cano [Sun, 6 Mar 2011 17:09:32 +0000 (18:09 +0100)] 
Merge remote-tracking branch 'upstream/master'

14 years agoadds git info to prompt below the root of a repository
Jeff Kolesky [Sat, 5 Mar 2011 23:08:03 +0000 (18:08 -0500)] 
adds git info to prompt below the root of a repository

14 years agopython plugin updated to work with archlinux (envvar python is python 3 not 2).
Jesus de Mula Cano [Fri, 4 Mar 2011 10:48:12 +0000 (11:48 +0100)] 
python plugin updated to work with archlinux (envvar python is python 3 not 2).

14 years agoAdded demula theme
Jesus de Mula Cano [Fri, 4 Mar 2011 10:44:56 +0000 (11:44 +0100)] 
Added demula theme

14 years agoAdd support for virtualenvwrapper if its present
Travis Swicegood [Thu, 3 Mar 2011 05:49:30 +0000 (23:49 -0600)] 
Add support for virtualenvwrapper if its present

14 years agoAdd support for showing what virtualenv is currently active
Travis Swicegood [Thu, 3 Mar 2011 05:42:01 +0000 (23:42 -0600)] 
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.

14 years agoAllow setting a custom host color
Travis Swicegood [Mon, 28 Feb 2011 20:18:46 +0000 (14:18 -0600)] 
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.

14 years agoAdd THEME_PROMPT_HOST for use in prompts
Travis Swicegood [Mon, 28 Feb 2011 19:46:22 +0000 (13:46 -0600)] 
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.

14 years agonew "doubletime" theme with more granular git status markers and two-line prompt
Karl Swedberg [Sun, 27 Feb 2011 22:54:35 +0000 (17:54 -0500)] 
new "doubletime" theme with more granular git status markers and two-line prompt

14 years agoAdded lsgrep() function and comments for mkcd() function
Mark Szymanski [Sun, 27 Feb 2011 15:49:51 +0000 (09:49 -0600)] 
Added lsgrep() function and comments for mkcd() function

14 years agoAdded alias, ripped off from oh-my-zsh
Mark Szymanski [Sun, 20 Feb 2011 02:48:03 +0000 (20:48 -0600)] 
Added alias, ripped off from oh-my-zsh

14 years agoAdded modern-t theme, theme to be used with the t (http://stevelosh.com/projects...
Mark Szymanski [Tue, 15 Feb 2011 03:12:25 +0000 (21:12 -0600)] 
Added modern-t theme, theme to be used with the t (stevelosh.com/projects/t/) utility

14 years agoAdded titlebar PWD to modern theme
Mark Szymanski [Sat, 5 Feb 2011 17:49:47 +0000 (11:49 -0600)] 
Added titlebar PWD to modern theme

14 years agoAdded 'hex' alias to open file with Hex Fiend
Mark Szymanski [Thu, 20 Jan 2011 17:05:50 +0000 (11:05 -0600)] 
Added 'hex' alias to open file with Hex Fiend

14 years agoAdded 'textedit' alias
Mark Szymanski [Wed, 19 Jan 2011 22:15:24 +0000 (16:15 -0600)] 
Added 'textedit' alias

14 years agoMerge branch 'master' of github.com:revans/bash-it
Robert R Evans [Thu, 13 Jan 2011 23:10:38 +0000 (15:10 -0800)] 
Merge branch 'master' of github.com:revans/bash-it

14 years agoUpdated my theme
Robert R Evans [Thu, 13 Jan 2011 23:10:31 +0000 (15:10 -0800)] 
Updated my theme

14 years agoPost dates now include the year
Mark Szymanski [Sun, 9 Jan 2011 20:10:56 +0000 (14:10 -0600)] 
Post dates now include the year

14 years agoRemoved old code and added better indentation
Mark Szymanski [Sun, 2 Jan 2011 00:07:49 +0000 (18:07 -0600)] 
Removed old code and added better indentation

14 years agoMerge branch 'master' of github.com:revans/bash-it
Mark Szymanski [Sat, 1 Jan 2011 17:41:31 +0000 (11:41 -0600)] 
Merge branch 'master' of github.com:revans/bash-it

14 years agoAdded quoting for $EDITOR's with spaces
Mark Szymanski [Sat, 1 Jan 2011 17:40:49 +0000 (11:40 -0600)] 
Added quoting for $EDITOR's with spaces

14 years agoMerge
Robert R Evans [Tue, 28 Dec 2010 17:15:31 +0000 (09:15 -0800)] 
Merge

14 years agoUpdated readme to use githubs contributor list
Robert R Evans [Tue, 28 Dec 2010 17:14:38 +0000 (09:14 -0800)] 
Updated readme to use githubs contributor list

14 years agoAdded documentation for 'gll' git alias.
Mark Szymanski [Tue, 28 Dec 2010 16:39:04 +0000 (10:39 -0600)] 
Added documentation for 'gll' git alias.

14 years agoadded awesome graphical git log alias
Florian Baumann [Tue, 28 Dec 2010 12:00:44 +0000 (13:00 +0100)] 
added awesome graphical git log alias

14 years agoAdded aliases for ruby (rb) and git commit --interactive (gci)
Mark Szymanski [Tue, 21 Dec 2010 00:08:01 +0000 (18:08 -0600)] 
Added aliases for ruby (rb) and git commit --interactive (gci)

14 years agoMoved variable and fixed formatting for 'editpost'
Mark Szymanski [Mon, 20 Dec 2010 16:07:33 +0000 (10:07 -0600)] 
Moved variable and fixed formatting for 'editpost'

14 years agoAdded 'editpost' function for jekyll plugins
Mark Szymanski [Mon, 20 Dec 2010 16:02:54 +0000 (10:02 -0600)] 
Added 'editpost' function for jekyll plugins

14 years agoAdded feature to 'modern' theme to show if you are in vim's shell (achieved by the...
Mark Szymanski [Sun, 19 Dec 2010 15:40:52 +0000 (09:40 -0600)] 
Added feature to 'modern' theme to show if you are in vim's shell (achieved by the :sh command)

14 years agoAdded comment to 'modern' theme
Mark Szymanski [Fri, 17 Dec 2010 23:56:43 +0000 (17:56 -0600)] 
Added comment to 'modern' theme

14 years agoMerge branch 'master' of github.com:revans/bash-it
Mark Szymanski [Wed, 15 Dec 2010 00:37:27 +0000 (18:37 -0600)] 
Merge branch 'master' of github.com:revans/bash-it

14 years agoAdded $PS3 customization for 'modern' theme.
Mark Szymanski [Wed, 15 Dec 2010 00:36:44 +0000 (18:36 -0600)] 
Added $PS3 customization for 'modern' theme.

14 years agoadded minimal config backup function buf()
Florian Baumann [Tue, 14 Dec 2010 13:33:16 +0000 (14:33 +0100)] 
added minimal config backup function buf()

14 years agoadded https://github.com/rupa/z as a plugin
Rich Manalang [Mon, 13 Dec 2010 21:39:41 +0000 (13:39 -0800)] 
added https://github.com/rupa/z as a plugin

14 years agoMerge branch 'master' of git://github.com/revans/bash-it
Rich Manalang [Mon, 13 Dec 2010 21:38:10 +0000 (13:38 -0800)] 
Merge branch 'master' of git://github.com/revans/bash-it

14 years agoDidn't see the instructions to add myself to `README.md`. My pull request (#23) was...
John Schulz [Tue, 7 Dec 2010 03:08:32 +0000 (22:08 -0500)] 
Didn't see the instructions to add myself to `README.md`. My pull request (#23) was accepted in 6c975853292f6d897c871c51149a63ec62abd0b6

14 years agoMerge remote branch 'upstream/master'
John Schulz [Tue, 7 Dec 2010 02:53:51 +0000 (21:53 -0500)] 
Merge remote branch 'upstream/master'

14 years agoRemoved REF_DIR variable from .bash_profile template.
Mark Szymanski [Mon, 6 Dec 2010 22:20:36 +0000 (16:20 -0600)] 
Removed REF_DIR variable from .bash_profile template.

14 years agoRemoved all traces of ref because I am going to be making it into a separate project.
Mark Szymanski [Mon, 6 Dec 2010 22:10:56 +0000 (16:10 -0600)] 
Removed all traces of ref because I am going to be making it into a separate project.

14 years agoMerge branch 'noqqe-master'
Mark Szymanski [Mon, 6 Dec 2010 22:05:34 +0000 (16:05 -0600)] 
Merge branch 'noqqe-master'

14 years agoadded advanced ssh completion
Florian Baumann [Mon, 6 Dec 2010 15:01:06 +0000 (16:01 +0100)] 
added advanced ssh completion

14 years agoAdded PS2 to modern theme
Mark Szymanski [Mon, 6 Dec 2010 03:15:30 +0000 (21:15 -0600)] 
Added PS2 to modern theme

14 years agoAdded better documentation for ref
Mark Szymanski [Mon, 6 Dec 2010 03:12:45 +0000 (21:12 -0600)] 
Added better documentation for ref

14 years agoAdded 'new' command for ref.
Mark Szymanski [Mon, 6 Dec 2010 02:50:57 +0000 (20:50 -0600)] 
Added 'new' command for ref.

14 years agoFormatting fixes
Mark Szymanski [Sun, 5 Dec 2010 23:08:33 +0000 (17:08 -0600)] 
Formatting fixes

14 years agoImproved ref documentation
Mark Szymanski [Sun, 5 Dec 2010 23:06:04 +0000 (17:06 -0600)] 
Improved ref documentation

14 years agoAdded documentation for ref plugin
Mark Szymanski [Sun, 5 Dec 2010 23:01:19 +0000 (17:01 -0600)] 
Added documentation for ref plugin

14 years agoAdded REF_DIR variable for the ref plugin
Mark Szymanski [Sun, 5 Dec 2010 22:49:58 +0000 (16:49 -0600)] 
Added REF_DIR variable for the ref plugin

14 years agoAdded 'ref' plugin
Mark Szymanski [Sun, 5 Dec 2010 22:49:45 +0000 (16:49 -0600)] 
Added 'ref' plugin

14 years agoAdded more colors to 'modern' theme
Mark Szymanski [Sun, 5 Dec 2010 22:03:33 +0000 (16:03 -0600)] 
Added more colors to 'modern' theme

14 years agoAdded colors to 'modern' theme
Mark Szymanski [Sun, 5 Dec 2010 21:49:51 +0000 (15:49 -0600)] 
Added colors to 'modern' theme