diff --git a/zsh/.config/zsh/zshrc.local b/zsh/.config/zsh/zshrc.local index c6e690a..235efb3 100644 --- a/zsh/.config/zsh/zshrc.local +++ b/zsh/.config/zsh/zshrc.local @@ -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