From cc104dc58f3d5f07ec2f824c02e73e204b18e3dc Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 9 Feb 2023 16:55:45 +0000 Subject: [PATCH] Remove autostart of TMUX --- home/zshrc | 5 ----- 1 file changed, 5 deletions(-) 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.