aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@freshout.us>2013-03-26 15:53:30 -0600
committerBen Beltran <ben@freshout.us>2013-03-26 15:53:30 -0600
commitb46ed73370973709f8a15340ad9496bf60f2c878 (patch)
tree3375d27d5f80fed3e6d705b95a4e3232962ee41a
parentcb93b8db21ad1c2a2ac1a191002a6827e72cfec0 (diff)
Adds some plugins
-rw-r--r--zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 696cce6..a18d284 100644
--- 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.