From e93a165673a45348cb816ae2cc011b20869560f5 Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 7 Feb 2023 20:55:46 +1300 Subject: [PATCH] refactor(zsh): stop auto-starting tmux --- zsh/.config/zsh/zshrc.local | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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