From 9980ed453ab8af6173fdb267c735d5d199a778be Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Sun, 3 Aug 2025 13:49:49 +0200 Subject: [PATCH] remove tmux autostart --- dot_zshrc | 5 ----- 1 file changed, 5 deletions(-) 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.