Commit Graph

1050 Commits (03e311028c4437afef57bc2dcd0fa8cd3e1fc7cc)

Author SHA1 Message Date
Travis Swicegood fd9db22860 Merge pull request #87 from nwinkler/ssh-completion-bash-it
Fixed SSH completion to include both config and known_hosts.
2011-11-22 10:55:56 -08:00
Travis Swicegood aa622e8c34 add mkvenv shortcut 2011-11-15 10:47:37 -06:00
Travis Swicegood 7dca9ae871 Merge pull request #89 from mbriggs/master
new prompt
2011-11-14 11:39:43 -08:00
Matt Briggs afbb092430 adds a ruby/git oriented theme 2011-11-13 15:54:01 -05:00
rjorgenson e305e48bee fixed some syntax problems
updated bash_it base install and theme stopped working
needed some syntax changes to show colors properly
cleaned up color disambiguation a bit
2011-11-12 01:10:24 -07:00
rjorgenson 25ff906c54 Merge remote-tracking branch 'upstream/master' 2011-11-12 00:48:45 -07:00
Victor Castell e7deb90335 Typos in plugin 2011-11-05 15:53:27 +01:00
Victor Castell ef4111e9b0 rbenv plugin 2011-11-05 13:20:00 +01:00
Victor Castell 76fcb58099 envy theme to implement rbenv version promt 2011-11-05 13:08:34 +01:00
Nils Winkler 9df9ac3dec Fixed SSH completion to include both config and known_hosts. Works on OS X for me if set up like that. 2011-11-01 08:27:37 +01:00
Travis Swicegood b59ee658f7 Make sure that the new BASH_IT/BASH_IT_THEME maintains BC 2011-10-29 18:56:36 -05:00
Travis Swicegood b6d444d0ce Move this back to its original location
Not sure why this needs to be moved.  Feels like it could cause some
issues since the values defined in themes aren't available to any of the
lib or plugins.
2011-10-29 18:55:20 -05:00
Travis Swicegood ad7c1eb304 Merge remote-tracking branch 'jfsiii/master'
Conflicts:
	bash_it.sh
2011-10-29 18:37:31 -05:00
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