From 75888d634cc2d0ec7afac46679408ff8aaf4b03f Mon Sep 17 00:00:00 2001 From: Antonio Miranda Date: Thu, 17 Oct 2013 11:59:22 +0200 Subject: [PATCH] Add tmux plugin to zsh --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f9caaff..9ee3b5b 100644 --- a/.zshrc +++ b/.zshrc @@ -32,7 +32,7 @@ export UPDATE_ZSH_DAYS=7 # 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 gitfast osx sublime rhc) +plugins=(git gitfast osx sublime rhc tmux) source $ZSH/oh-my-zsh.sh