diff --git a/tmux.conf b/tmux.conf index 11bfaa3..2ca1541 100644 --- a/tmux.conf +++ b/tmux.conf @@ -2,7 +2,9 @@ unbind C-b set -g prefix C-o set -g set-titles on -set -g set-titles-string "#H: #W [#I]" +#set -g set-titles-string "#H: #W [#I]" + +set-option -g status-left-length 60 set -g status-bg black set -g status-fg white diff --git a/zshrc b/zshrc index c910862..6a820fb 100644 --- a/zshrc +++ b/zshrc @@ -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"