Commit Graph

472 Commits (8bac035322aff9f810353c0d15bdfe36a80fcdbc)

Author SHA1 Message Date
Ryan 28e2aeda4d Refactored theme to remove scm_info and rename overridden functions 2011-06-08 11:57:16 -10:00
Ryan 0713fdc031 Added virtualenv_prompt to base.theme.bash (modeled after rvm_prompt)
Removed virtualenv/rvm from hawaii50 theme
2011-06-08 11:32:50 -10:00
Ryan c7fcf20648 Updated scm function to include `hg root` to check for Mercurial
Removed scm function from hawaii50.theme.bash
2011-06-08 10:20:04 -10:00
Ryan Kanno dcb0ddec2f Added comments
Added imgur screenshot
2011-06-07 08:25:45 -10:00
Ryan f9b31e9f23 Merge remote-tracking branch 'upstream/master' 2011-06-06 16:41:20 -10:00
Travis Swicegood 279b60e26f Merge pull request #51 from tswicegood/javascript-update
Allow specifying jQuery/jQuery UI version number and update defaults
2011-06-06 13:41:55 -07:00
Mark Szymanski b7a0cb6133 Added Homebrew aliases 2011-06-05 20:45:53 -05:00
Travis Swicegood 13d7c76087 Merge pull request #52 from tswicegood/rvm-enhancements
Optimize how RVM is loaded and add RVM auto completion.
2011-06-03 23:45:26 -07:00
Mark Szymanski 81b82a80d2 Fix an idiot mistake I made 2011-06-03 07:36:31 -05:00
Mark Szymanski 5e95755a19 Add another alias for clear and add some more aliases to alias-help 2011-06-02 20:29:16 -05:00
Ryan f3787fdc2e Added comments to theme 2011-06-01 11:33:41 -10:00
Ryan 0df98ca8e9 Various theme cleanup (removing vars, extras) 2011-06-01 11:22:22 -10:00
Ryan Kanno 0611f861bc Changed color schemes
Completely removed prefix/suffix for scm
2011-05-31 21:38:41 -10:00
Ryan Kanno 9bd5b54984 Added color to the scm prompt 2011-05-31 21:23:33 -10:00
Ryan 09dfe7552c Added ip address (only good for a mac) :D
)
2011-05-31 19:17:10 -10:00
Ryan 2a6d1da317 Updated parse_svn_info 2011-05-31 19:03:28 -10:00
Ryan aa2f1cbeb7 Added hg dirty/clean modifier 2011-05-31 18:41:07 -10:00
Ryan 06d71ab591 Updated git prompt
Started hg prompt
2011-05-31 16:10:30 -10:00
Ryan 1a83a4d193 Added hawaii50 theme 2011-05-31 13:19:20 -10:00
Travis Swicegood 9623fd442f Allow clock to be formatted 2011-05-30 10:12:51 -05:00
Travis Swicegood b740d7f0f7 Make sure that RVM is loaded before defining extras 2011-05-30 09:52:30 -05:00
Travis Swicegood 20d5f97f3e 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.
2011-05-30 09:46:22 -05:00
Travis Swicegood a694d2de9c Allow specifying jQuery/jQuery UI version number and update defaults 2011-05-29 15:25:26 -05:00
Joshua Nussbaum ccf4951d17 Added alias for rake db:migrate 2011-05-27 23:59:33 -07:00
Mark Szymanski 4814843948 Fix issue with plugin initalization 2011-05-27 20:57:57 -05:00
Mark Szymanski 1b268e7c28 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
2011-05-27 11:53:54 -05:00
Mark Szymanski 4898fa9119 Add pmdown function for previewing markdown files 2011-05-27 11:47:55 -05:00
Mark Szymanski 516ce40c4e Git ignore works now 2011-05-27 11:40:39 -05:00
Mark Szymanski 0d19f1e3f5 Ignore the plugins/enabled directory 2011-05-27 11:36:07 -05:00
Anton Shemerey b64d4bc0de add path for bash completion 2011-05-26 23:21:34 +03:00
Anton Shemerey 8f0b38ad0e add zork theme 2011-05-26 23:12:30 +03:00
Mark Szymanski 838769f053 Merge branch 'master' of github.com:revans/bash-it 2011-05-16 22:05:10 -05:00
Mark Szymanski b1e19cfe3e Changed up minimal theme
Removed Vim prompt stuff and made the prompt cyan
2011-05-16 22:03:57 -05:00
Mark Szymanski 9406bdeb57 Merge pull request #48 from tswicegood/cleanup.
Move toward allowing disabling of plugins without removal
2011-05-03 14:48:26 -07:00
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