Gitiles
Code Review
Sign In
source.supwisdom.com
/
common
/
bash_it
/
2e8be86f2b750617d9fc29005c8fbd12c25f2780
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
6e8733e
Adding multiple SCM support to doubletime theme.
by Jeff Carouth
· 14 years ago
4ac4049
Add note for configuring Jekyll support
by Mark Szymanski
· 14 years ago
9ad7964
Add support for multiple Jekyll sites
by Mark Szymanski
· 14 years ago
56b83c7
Add new jekyll config stuff
by Mark Szymanski
· 14 years ago
10ac773
Get rid of old, unneeded jekyll config stuff
by Mark Szymanski
· 14 years ago
5af99be
Get rid of old jekyll aliases
by Mark Szymanski
· 14 years ago
4e14eef
Works now
by Mark Szymanski
· 14 years ago
989de73
No more bold
by Mark Szymanski
· 14 years ago
b36d86d
Add minimal-git theme
by Mark Szymanski
· 14 years ago
64e52ea
Merge branch 'master' of http://github.com/revans/bash-it
by JFSIII
· 14 years ago
00b1195
Merge pull request #63 from tswicegood/refactor
by Mark Szymanski
· 14 years ago
d7cfa8b
Switch to single loop now that all directory use the same pattern
by Travis Swicegood
· 14 years ago
1f0594b
update to ignore all "enabled" files
by Travis Swicegood
· 14 years ago
e115b4c
Move auto-complete code over to available -> enabled style
by Travis Swicegood
· 14 years ago
972d58f
Merge pull request #61 from desandro/master
by Mark Szymanski
· 14 years ago
4a8e08e
Revert "Add various aliases"
by David DeSandro
· 14 years ago
11b5955
Revert "move garb into git plugins; rename newpost as jknewpost"
by David DeSandro
· 14 years ago
7958a03
Merge branch 'master' of https://github.com/revans/bash-it
by David DeSandro
· 14 years ago
d9efdca
Merge pull request #59 from ryankanno/master
by Mark Szymanski
· 14 years ago
5e75b13
reverting d22a4cfa7058b224e37dbf07aa7cd3c583fdd188
by JFSIII
· 14 years ago
758c576
Removed variables specific to hawaii50 theme :)
by Ryan Kanno
· 14 years ago
Next »