X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/32081fee7621ff912a91fb1576ed5961deb476e4..3a1cd689b722045b1ea6f9d46ab63560eeefa14f:/zshrc diff --git a/zshrc b/zshrc index 696cce6..f1f9e6a 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. @@ -64,4 +65,3 @@ bindkey -v # # Customize to your needs... -export PATH=/usr/local/share/npm/bin:/Users/benbeltran/.rvm/gems/ruby-1.9.3-p194/bin:/Users/benbeltran/.rvm/gems/ruby-1.9.3-p194@global/bin:/Users/benbeltran/.rvm/rubies/ruby-1.9.3-p194/bin:/Users/benbeltran/.rvm/bin:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin