diff --git a/zsh/.zshrc b/zsh/.zshrc index 271b8cd..357c201 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -191,9 +191,9 @@ export VISUAL=$EDITOR export PAGER='less' export SHELL='/bin/zsh' -#if [[ ! $(tmux ls) ]] 2> /dev/null; then -# tmux new -s λ -#fi +if [[ ! $(tmux ls) ]] 2> /dev/null; then + tmux new -s λ +fi ##################### # COLORING # #####################