From 15d9a0dd3b85013672e60bc389b39f56e89ba72e Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 28 Jan 2015 22:24:07 +0100 Subject: [PATCH] add tmux to zsh plugins --- zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 8232ef5..d2d9f54 100644 --- a/zshrc +++ b/zshrc @@ -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)