diff --git a/.zshrc b/.zshrc index 05b97c9..65c1da1 100644 --- a/.zshrc +++ b/.zshrc @@ -143,7 +143,7 @@ if [ $? != 0 ]; then TMUX='' tmux new-session -s "default" -d fi if [[ -z "$TMUX" ]]; then - tmux attach-session -t "default" + tmux attach -t default else - tmux switch-client -t "default" + tmux switch-client -t default fi