diff --git a/.zshrc b/.zshrc index 2a80842..b5cff7d 100644 --- a/.zshrc +++ b/.zshrc @@ -89,7 +89,7 @@ setopt nosharehistory . $HOME/.shellrc.load # tmux starten -#if [ "$TMUX" = "" ]; then exec tmux; fi +if [ "$TMUX" = "" ]; then exec tmux; fi clear && udot PATH="/Users/eragos/perl5/bin${PATH:+:${PATH}}"; export PATH;