John Schulz
e3194237e9
`$BASH_IT` should be conditionally defined before use.
...
7483c6dac3 moved one line too many.
2011-10-28 19:22:20 -04:00
John Schulz
7483c6dac3
Custom themes should be loaded *after* the base theme.
2011-10-27 19:29:34 -04:00
Travis Swicegood
ea131c879d
Merge pull request #84 from jpschewe/master
...
Fixes #83
2011-10-09 20:19:40 -07:00
Jon Schewe
7d18cccae9
Remove error message when enabled directory is empty
...
This is fixed by checking if the file exists before trying to source it.
2011-10-09 20:44:29 -05:00
John Schulz
b2b629eb1f
New prompt functions and variables
...
* `(git|svn|hg)_promp_vars` only assign values to the variables but do not `echo`
* `(git|svn|hg)_promp_info` still `echo`s, but now calls `*_prompt_info` first
* Introduce `SCM_CHANGE` to store the changeset id
* Introduce `SCM_BRANCH` to store the branch name
2011-10-09 14:24:10 -04:00
John Schulz
323ce20a2d
Replace `$BASH` with `$BASH_IT` because `$BASH` is already used on *nix systems for the pathname to the executable ( http://www.gnu.org/software/bash/manual/html_node/Bash-Variables.html#Bash-Variables )
2011-09-20 11:07:48 -04:00
John Schulz
11214382c5
Merge branch 'master' of http://github.com/revans/bash-it
...
* 'master' of http://github.com/revans/bash-it : (51 commits)
Bundler aliases "inspired by" OhMyZsh
Updated nvm.plugin.bash
Do not break out of the loop instead continue with other items in the list.
Make gshuf alias checker work on other bash versions
Alias for textmate only on darwin*
general.aliases.bash: use native tree if [ -x ] ....
Detect OS in emacs.aliases.bash
Add simple password generator
Add alias for shuf -> gshuf
BOOKMARKing:remove absolute path of sed, to make compatible with OS X
Add BOOKMARKing functionality to dirs plugin
Refactored gem completion to load gem lists on demand intead of on load
Break needed in load_some Y case
More granular enabling of plugins/completion/aliases
Add ability to choose what plugins/aliases/completion to install at install time
Remove automatic creation of enabled plugins/aliases/completion
add color to the prefix
make sure its obvious which is ruby and which is python
add rvm to prompt
ditch custom virtualenv_prompt in favor of one in base
...
2011-09-20 10:49:10 -04:00
Travis Swicegood
8c98ddc03a
Merge pull request #80 from eimermusic/master
...
Bundler aliases
2011-08-29 05:53:12 -07:00
Martin Westin
8a46e195d6
Bundler aliases "inspired by" OhMyZsh
2011-08-29 08:22:19 +02:00
Antono Vasiljev
18bcceaa08
Updated nvm.plugin.bash
2011-08-25 16:46:44 +03:00
Travis Swicegood
ed47f8fa18
Merge branch 'doubletree'
2011-08-22 09:29:35 -05:00
Noorul Islam K M
8e0b66899d
Do not break out of the loop instead continue with other items in the list.
2011-08-22 09:26:26 -05:00
Mark Szymanski
70e4c1ced0
Merge branch 'master' of github.com:revans/bash-it
2011-08-12 16:31:18 -05:00
Mark Szymanski
ba8fde85eb
Make gshuf alias checker work on other bash versions
2011-08-12 16:30:55 -05:00
Travis Swicegood
ef1a1bcecb
Merge pull request #76 from antono/master
...
Be more clever about OS...
2011-08-12 08:15:26 -07:00
Antono Vasiljev
380a4a6c0e
Alias for textmate only on darwin*
2011-08-12 04:12:07 +03:00
Antono Vasiljev
89da5f9cec
general.aliases.bash: use native tree if [ -x ] ....
2011-08-12 04:11:16 +03:00
Antono Vasiljev
818e687790
Detect OS in emacs.aliases.bash
2011-08-12 04:07:12 +03:00
Mark Szymanski
576434048b
Add simple password generator
2011-08-10 18:49:20 -05:00
Mark Szymanski
e964c029aa
Add alias for shuf -> gshuf
2011-08-10 18:49:07 -05:00
Yakkala Yagnesh Raghava
dcdfd66d2a
BOOKMARKing:remove absolute path of sed, to make compatible with OS X
2011-08-06 01:01:17 +09:00
Yakkala Yagnesh Raghava
c6e096e35d
Add BOOKMARKing functionality to dirs plugin
2011-08-06 00:14:15 +09:00
Mark Szymanski
9c74671b10
Merge pull request #74 from victorcoder/master
...
gem completion speedup
2011-07-25 06:37:11 -07:00
Victor Castell
484c57b7d2
Refactored gem completion to load gem lists on demand intead of on load
2011-07-25 13:47:03 +02:00
Victor Castell
55c32cc3e9
Break needed in load_some Y case
2011-07-25 13:34:39 +02:00
Mark Szymanski
159e1e42fa
More granular enabling of plugins/completion/aliases
2011-07-24 15:01:07 -05:00
Mark Szymanski
dac2f5bcd8
Merge branch 'master' of github.com:revans/bash-it
2011-07-24 13:46:53 -05:00
Mark Szymanski
3eff6b2d38
Add ability to choose what plugins/aliases/completion to install at install time
2011-07-24 13:36:07 -05:00
Mark Szymanski
80ec9c06ba
Remove automatic creation of enabled plugins/aliases/completion
2011-07-24 13:35:43 -05:00
Travis Swicegood
41ca567f95
add color to the prefix
2011-07-23 21:48:07 -05:00
Travis Swicegood
11995c1c1d
make sure its obvious which is ruby and which is python
2011-07-23 21:42:48 -05:00
Travis Swicegood
1251c20a58
add rvm to prompt
2011-07-23 21:42:22 -05:00
Travis Swicegood
aa56e2ad01
ditch custom virtualenv_prompt in favor of one in base
2011-07-23 21:42:02 -05:00
Mark Szymanski
021000ce5d
Merge pull request #71 from victorcoder/master
...
Installation paths are not correct
2011-07-19 07:38:30 -07:00
Victor Castell
ec3158908b
Fixed installation paths in docs.
2011-07-19 07:31:49 -07:00
Mark Szymanski
1051720257
Add error throw for no file specified
2011-07-17 13:22:49 -05:00
Mark Szymanski
561c4d60a0
Move extract.bash to a proper location
2011-07-17 13:21:38 -05:00
Mark Szymanski
37930b0eef
Merge pull request #69 from antono/bash-it
...
---
2011-07-17 13:19:08 -05:00
Antono Vasiljev
35df3d6a57
Just extract()
2011-07-17 07:17:56 +03:00
Antono Vasiljev
8c7b8f26c8
Node version manager as plugin
2011-07-17 06:52:27 +03:00
Mark Szymanski
84daa1f45f
Merge pull request #68 from tswicegood/tmuxinator
...
adds a tmuxinator plugin
2011-07-14 08:30:46 -07:00
Mark Szymanski
baabe1f39a
Merge pull request #67 from ryankanno/master
...
IP info can now be enabled/disabled
2011-07-09 18:37:22 -07:00
Ryan Kanno
caa1bba129
Moved IP and virtualenv variables to top of file
2011-07-09 14:04:08 -10:00
Travis Swicegood
3cd70de071
adds a tmuxinator plugin
2011-07-09 17:39:28 -05:00
Ryan Kanno
6ecbdb3642
Merge remote-tracking branch 'upstream/master'
2011-07-08 09:03:45 -10:00
Ryan Kanno
86aa9ff36a
ip address can be enabled/disabled (default is enabled)
2011-07-07 22:13:29 -10:00
Mark Szymanski
3a2b525ac6
Added prevcurl function
...
Downloads a file and opens it in Preivew.app
2011-07-07 11:04:27 -05:00
Mark Szymanski
e1a299eafb
Implement JEKYLL_EDITOR variable
2011-07-02 21:44:56 -05:00
Mark Szymanski
450a1d1090
Added JEKYLL_EDITOR variable
...
This will replace the default $EDITOR used in the Jekyll plugin
2011-07-02 21:44:47 -05:00
Mark Szymanski
a85080c8b0
Fix extra step in install section
2011-06-30 11:28:32 -05:00