From 310f1d8579d8673da2fe6c54aa6863fd69ac19f2 Mon Sep 17 00:00:00 2001 From: Caleb Braaten Date: Mon, 14 Jul 2025 04:07:10 -0700 Subject: [PATCH] Remove auto enter tmux --- zsh/.zshrc | 7 ------- 1 file changed, 7 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 5dcb88d..a0a03ec 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -46,13 +46,6 @@ eval "$(/opt/homebrew/bin/brew shellenv)" source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -# ---- Auto Enter TMUX ---- -if [ -z "$TMUX" ] && [ "$TERM_PROGRAM" != "vscode" ] && [ "$TERM_PROGRAM" != "zed" ]; -then - tmux attach -t TMUX || tmux new -s TMUX -fi - - # bun completions [ -s "/opt/homebrew/Cellar/bun/1.1.26/share/zsh/site-functions/_bun" ] && source "/opt/homebrew/Cellar/bun/1.1.26/share/zsh/site-functions/_bun"