]> git.r.bdr.sh - rbdr/dotfiles/commitdiff
Adds some plugins
authorBen Beltran <redacted>
Tue, 26 Mar 2013 21:53:30 +0000 (15:53 -0600)
committerBen Beltran <redacted>
Tue, 26 Mar 2013 21:53:30 +0000 (15:53 -0600)
zshrc

diff --git a/zshrc b/zshrc
index 696cce6d007203dab99433479e90183cbbe16ef6..a18d2846b498133d44e88c327a7800b725203e4f 100644 (file)
--- a/zshrc
+++ b/zshrc
@@ -24,7 +24,7 @@ DISABLE_AUTO_TITLE="true"
 
 # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
 # Example format: plugins=(rails git textmate ruby lighthouse)
-plugins=(git brew bundler cap gem osx rails3 rvm dircycle)
+plugins=(git brew bundler cap gem osx rails3 rvm dircycle command-coloring npm)
 
 source $ZSH/oh-my-zsh.sh
 
@@ -57,6 +57,7 @@ alias rspec="rspec --color"
 [[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm
 
 bindkey -v
+bindkey '^R' history-incremental-pattern-search-backward
 
 #
 # End of the custom things from my bash profile.