X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/e7d660189850fe76f512a5772e729005b40e6296..3f77b12ec88ba42644d7e498434cba8ef9c9fe31:/zshrc diff --git a/zshrc b/zshrc index 696cce6..29ae3ac 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 @@ -55,8 +55,10 @@ alias rspec="rspec --color" #Screeninator and RVM scripts [[ -s $HOME/.rvm/scripts/rvm ]] && source $HOME/.rvm/scripts/rvm +[[ -s $HOME/.tmuxinator/scripts/tmuxinator ]] && source $HOME/.tmuxinator/scripts/tmuxinator bindkey -v +bindkey '^R' history-incremental-pattern-search-backward # # End of the custom things from my bash profile.