diff zshrc @ 152:884d14e94710

Updates to zsh theme
author zegervdv <zegervdv@me.com>
date Tue, 21 Oct 2014 09:07:09 +0200
parents 87498dbd779a
children 49e483d88403
line wrap: on
line diff
--- a/zshrc	Mon Oct 20 21:49:21 2014 +0200
+++ b/zshrc	Tue Oct 21 09:07:09 2014 +0200
@@ -15,6 +15,9 @@
 
 precmd() {
   if [[ -n "$TMUX" ]]; then
+    export TERM=screen-256color
     tmux setenv "$(tmux display -p 'TMUX_PWD_#D')" "$PWD"
   fi
 }
+
+[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local