playing with tmuxinator

This commit is contained in:
2013-07-25 19:19:59 -04:00
parent 8aadb65351
commit 3ef3f3b72c
2 changed files with 6 additions and 2 deletions

4
zshrc
View File

@ -19,7 +19,7 @@ export ZSH_CUSTOM=$HOME/.zsh/custom
# 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=(extract tmux git github git-flow svn ruby rails3 bundler rvm heroku pip django fabric osx brew deb ssh-agent npm drush composer symfony2 vagrant knife)
plugins=(extract tmux tmuxinator git github git-flow svn ruby rails3 bundler rvm heroku pip django fabric osx brew deb ssh-agent npm drush composer symfony2 vagrant knife)
# Python/ virtualenv
if [ -f /usr/local/bin/virtualenvwrapper.sh ]; then
@ -46,4 +46,6 @@ if [ -f "$HOME/.rvm/scripts/rvm" ]; then
rvm 2.0.0
fi
export DISABLE_AUTO_TITLE="true"
export EDITOR="vim"
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx"