diff --git a/dot_zshrc b/dot_zshrc index 914ef14..45b60a8 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -1,8 +1,3 @@ -# autostart tmux if possible -if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then - exec tmux -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.