diff --git a/home/zshrc b/home/zshrc index 2286bf12..960837f5 100644 --- a/home/zshrc +++ b/home/zshrc @@ -1,8 +1,3 @@ -# Connect to TMUX if not login shell and not already connected -if [[ $- =~ i ]] && [[ -z "$TMUX" ]]; then - tmux new; exit 0 -fi - # Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. # Initialization code that may require console input (password prompts, [y/n] # confirmations, etc.) must go above this block; everything else may go below.