From dc8a8564102ef6adc93eab8af19e0b4668bb01a3 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 14 Jun 2014 08:28:12 -0400 Subject: [PATCH] update zshrc --- zshrc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/zshrc b/zshrc index 5c04c34..bc0bf28 100644 --- a/zshrc +++ b/zshrc @@ -1,8 +1,9 @@ +export TERM="xterm-256color" ZSH=$HOME/.oh-my-zsh -ZSH_THEME="bira" +ZSH_THEME="agnoster" DISABLE_AUTO_UPDATE="true" COMPLETION_WAITING_DOTS="true" -plugins=(git pip python node npm) +plugins=(git pip python node npm tmux) source $ZSH/oh-my-zsh.sh