refactor(zsh): stop auto-starting tmux

primary
George Rawlinson 2023-02-07 20:55:46 +13:00
parent 4441fe1af5
commit e93a165673
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@ if command -v tmux &> /dev/null; then
}
# auto-start tmux
if [ -z "${TMUX}" ]; then
tmux -f ~/.config/tmux/tmux.conf
fi
#if [ -z "${TMUX}" ]; then
# tmux -f ~/.config/tmux/tmux.conf
#fi
fi
# rust/cargo