add tmux to zsh plugins

This commit is contained in:
Thomas Ruoff
2015-01-28 22:24:07 +01:00
parent 747e3c59f0
commit 15d9a0dd3b

2
zshrc
View File

@@ -2,7 +2,7 @@ export ZSH=$HOME/.oh-my-zsh
ZSH_THEME="pygmalion"
plugins=(bower gitfast git-extras node npm pass screen vi-mode)
plugins=(bower gitfast git-extras node npm pass screen vi-mode tmux)
case $(hostname) in
t430s-arch|pi)