Added tmux plugin.

This commit is contained in:
Carlos Cardoso 2012-10-25 21:22:32 -02:00
commit c071030b68
3 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
alias tmux="tmux -u2"

View file

@ -32,7 +32,7 @@ DISABLE_VENV_CD="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git ssh-agent debian python pythonbrew vim-override virtualenvwrapper)
plugins=(git tmux ssh-agent debian python pythonbrew vim-override virtualenvwrapper)
source $ZSH/oh-my-zsh.sh
# source `which virtualenvwrapper.sh`

View file

@ -32,7 +32,7 @@ DISABLE_VENV_CD="true"
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(git ssh-agent python pythonbrew vim-override virtualenvwrapper)
plugins=(git tmux ssh-agent python pythonbrew vim-override virtualenvwrapper)
source $ZSH/oh-my-zsh.sh
# source `which virtualenvwrapper.sh`