Remove autostart of TMUX

This commit is contained in:
Evie Litherland-Smith 2023-02-09 16:55:45 +00:00
parent 57165ac5a5
commit cc104dc58f

View file

@ -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.