Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
39df027ed7f1b99cabf2e34115cf39b95706fb3e
39df027
Revert new color framework
by Travis Swicegood
· 13 years ago
0a729a4
remove random debug comments
by Travis Swicegood
· 13 years ago
a639898
Add in autoenv from @kennethreitz
by Travis Swicegood
· 13 years ago
8056192
Add in Fabric auto-completion (thanks @underself).
by Travis Swicegood
· 13 years ago
f6d9325
Fix a typo so new-session can be completed
by Travis Swicegood
· 13 years ago
b1fe456
Merge remote-tracking branch 'jpschewe/master'
by Travis Swicegood
· 13 years ago
92c9759
Fix typo in option check
by Jon Schewe
· 13 years ago
8052e97
Merge remote-tracking branch 'jpschewe/master'
by Travis Swicegood
· 14 years ago
68b0392
Merge remote-tracking branch 'upstream/master'
by Jon Schewe
· 14 years ago
9e80864
Tmux completion
by Jon Schewe
· 14 years ago
8fc3fdd
Merge pull request #99 from berenm/master
by Travis Swicegood
· 14 years ago
879d540
Even better color framework.
by Beren Minor
· 14 years ago
1da06a4
Improved color framework.
by Beren Minor
· 14 years ago
87c989e
Merge pull request #98 from nwinkler/bash-it-maven-aliases
by Travis Swicegood
· 14 years ago
54d7a4e
Added aliases for Maven
by Nils Winkler
· 14 years ago
c658763
Merge pull request #97 from robertjung/fix_mbriggs_theme
by Travis Swicegood
· 14 years ago
54ffcc0
Add new ruby_version_prompt to mbriggs theme
by Robert Jung
· 14 years ago
b988a3e
Merge remote-tracking branch 'hmans/rbfu_support'
by Travis Swicegood
· 14 years ago
1be4467
Update (most) themes to use new ${ruby_version_prompt} variable.
by Hendrik Mans
· 14 years ago
ea0dc44
Switch to echo -e and use echo safe colors (fixes: #96)
by Travis Swicegood
· 14 years ago
ae3acff
Add echo_ prefixed colors that work with echo -e (re: #96)
by Travis Swicegood
· 14 years ago
2e8be86
Introduce $(ruby_version_prompt), wrapping around rbfu, rbenv and RVM support.
by Hendrik Mans
· 14 years ago
d356ecb
Add rbfu support.
by Hendrik Mans
· 14 years ago
12167fb
Merge pull request #88 from victorcoder/master
by Robert Evans
· 14 years ago
ce6ec17
Merge pull request #92 from antono/master
by Robert Evans
· 14 years ago
538980c
Set terminal emulatior title
by Antono Vasiljev
· 14 years ago
bd61f6e
Added bash functions preexec() and precmd()
by Antono Vasiljev
· 14 years ago
fd9db22
Merge pull request #87 from nwinkler/ssh-completion-bash-it
by Travis Swicegood
· 14 years ago
aa622e8
add mkvenv shortcut
by Travis Swicegood
· 14 years ago
7dca9ae
Merge pull request #89 from mbriggs/master
by Travis Swicegood
· 14 years ago
afbb092
adds a ruby/git oriented theme
by Matt Briggs
· 14 years ago
e7deb90
Typos in plugin
by Victor Castell
· 14 years ago
ef4111e
rbenv plugin
by Victor Castell
· 14 years ago
76fcb58
envy theme to implement rbenv version promt
by Victor Castell
· 14 years ago
9df9ac3
Fixed SSH completion to include both config and known_hosts. Works on OS X for me if set up like that.
by Nils Winkler
· 14 years ago
b59ee65
Make sure that the new BASH_IT/BASH_IT_THEME maintains BC
by Travis Swicegood
· 14 years ago
b6d444d
Move this back to its original location
by Travis Swicegood
· 14 years ago
ad7c1eb
Merge remote-tracking branch 'jfsiii/master'
by Travis Swicegood
· 14 years ago
e319423
`$BASH_IT` should be conditionally defined before use.
by John Schulz
· 14 years ago
7483c6d
Custom themes should be loaded *after* the base theme.
by John Schulz
· 14 years ago
ea131c8
Merge pull request #84 from jpschewe/master
by Travis Swicegood
· 14 years ago
7d18ccc
Remove error message when enabled directory is empty
by Jon Schewe
· 14 years ago
b2b629e
New prompt functions and variables
by John Schulz
· 14 years ago
323ce20
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)
by John Schulz
· 14 years ago
1121438
Merge branch 'master' of http://github.com/revans/bash-it
by John Schulz
· 14 years ago
8c98ddc
Merge pull request #80 from eimermusic/master
by Travis Swicegood
· 14 years ago
8a46e19
Bundler aliases "inspired by" OhMyZsh
by Martin Westin
· 14 years ago
18bccea
Updated nvm.plugin.bash
by Antono Vasiljev
· 14 years ago
ed47f8f
Merge branch 'doubletree'
by Travis Swicegood
· 14 years ago
8e0b668
Do not break out of the loop instead continue with other items in the list.
by Noorul Islam K M
· 14 years ago
70e4c1c
Merge branch 'master' of github.com:revans/bash-it
by Mark Szymanski
· 14 years ago
ba8fde8
Make gshuf alias checker work on other bash versions
by Mark Szymanski
· 14 years ago
ef1a1bc
Merge pull request #76 from antono/master
by Travis Swicegood
· 14 years ago
380a4a6
Alias for textmate only on darwin*
by Antono Vasiljev
· 14 years ago
89da5f9
general.aliases.bash: use native tree if [ -x ] ....
by Antono Vasiljev
· 14 years ago
818e687
Detect OS in emacs.aliases.bash
by Antono Vasiljev
· 14 years ago
5764340
Add simple password generator
by Mark Szymanski
· 14 years ago
e964c02
Add alias for shuf -> gshuf
by Mark Szymanski
· 14 years ago
dcdfd66
BOOKMARKing:remove absolute path of sed, to make compatible with OS X
by Yakkala Yagnesh Raghava
· 14 years ago
c6e096e
Add BOOKMARKing functionality to dirs plugin
by Yakkala Yagnesh Raghava
· 14 years ago
9c74671
Merge pull request #74 from victorcoder/master
by Mark Szymanski
· 14 years ago
484c57b
Refactored gem completion to load gem lists on demand intead of on load
by Victor Castell
· 14 years ago
55c32cc
Break needed in load_some Y case
by Victor Castell
· 14 years ago
159e1e4
More granular enabling of plugins/completion/aliases
by Mark Szymanski
· 14 years ago
dac2f5b
Merge branch 'master' of github.com:revans/bash-it
by Mark Szymanski
· 14 years ago
3eff6b2
Add ability to choose what plugins/aliases/completion to install at install time
by Mark Szymanski
· 14 years ago
80ec9c0
Remove automatic creation of enabled plugins/aliases/completion
by Mark Szymanski
· 14 years ago
41ca567
add color to the prefix
by Travis Swicegood
· 14 years ago
11995c1
make sure its obvious which is ruby and which is python
by Travis Swicegood
· 14 years ago
1251c20
add rvm to prompt
by Travis Swicegood
· 14 years ago
aa56e2a
ditch custom virtualenv_prompt in favor of one in base
by Travis Swicegood
· 14 years ago
021000c
Merge pull request #71 from victorcoder/master
by Mark Szymanski
· 14 years ago
ec31589
Fixed installation paths in docs.
by Victor Castell
· 14 years ago
1051720
Add error throw for no file specified
by Mark Szymanski
· 14 years ago
561c4d6
Move extract.bash to a proper location
by Mark Szymanski
· 14 years ago
37930b0
Merge pull request #69 from antono/bash-it
by Mark Szymanski
· 14 years ago
35df3d6
Just extract()
by Antono Vasiljev
· 14 years ago
8c7b8f2
Node version manager as plugin
by Antono Vasiljev
· 14 years ago
84daa1f
Merge pull request #68 from tswicegood/tmuxinator
by Mark Szymanski
· 14 years ago
baabe1f
Merge pull request #67 from ryankanno/master
by Mark Szymanski
· 14 years ago
caa1bba
Moved IP and virtualenv variables to top of file
by Ryan Kanno
· 14 years ago
3cd70de
adds a tmuxinator plugin
by Travis Swicegood
· 14 years ago
6ecbdb3
Merge remote-tracking branch 'upstream/master'
by Ryan Kanno
· 14 years ago
86aa9ff
ip address can be enabled/disabled (default is enabled)
by Ryan Kanno
· 14 years ago
3a2b525
Added prevcurl function Downloads a file and opens it in Preivew.app
by Mark Szymanski
· 14 years ago
e1a299e
Implement JEKYLL_EDITOR variable
by Mark Szymanski
· 14 years ago
450a1d1
Added JEKYLL_EDITOR variable
by Mark Szymanski
· 14 years ago
a85080c
Fix extra step in install section
by Mark Szymanski
· 14 years ago
c5b5a19
Edited README.md for punctuation, phrasing, tone, and clarity.
by Tony
· 14 years ago
1a96945
Fix grammar on error message
by Mark Szymanski
· 14 years ago
f6950f9
Add gem completion
by Mark Szymanski
· 14 years ago
ed8332d
Add clarification to README
by Mark Szymanski
· 14 years ago
e40e7dd
Merge branch 'master' of https://github.com/revans/bash-it
by Mark Szymanski
· 14 years ago
b7c4b36
Add instructions for installing with the installation script
by Mark Szymanski
· 14 years ago
d82d8fb
Add install script
by Mark Szymanski
· 14 years ago
d3a7bdc
Merge pull request #64 from jcarouth/master
by Travis Swicegood
· 14 years ago
e1eb011
relieving headaches with a tylenol theme
by Adrian Rego
· 14 years ago
93df02f
Fix irregular usage of bash it vs. bash-it
by Mark Szymanski
· 14 years ago
052da72
Get rid of old minimal-git theme
by Mark Szymanski
· 14 years ago
ff0859d
Move minimal-git theme into minimal theme
by Mark Szymanski
· 14 years ago
Next »