diff options
| author | Ben Beltran <ben@freshout.us> | 2013-03-26 15:53:30 -0600 |
|---|---|---|
| committer | Ben Beltran <ben@freshout.us> | 2013-03-26 15:53:30 -0600 |
| commit | 6c396295dcca469828e84ce3ff450f207a12736d (patch) | |
| tree | eeb1577605e3e700b5ac9f3ce9a86395879f700b | |
| parent | efea60a1f942dd97cbcde05e325730cbc7f5d5a4 (diff) | |
Adds some plugins
| -rw-r--r-- | zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |