remove tmux autostart

This commit is contained in:
Daniel Bauer
2025-08-03 13:49:49 +02:00
parent fd58c4df3f
commit 9980ed453a

View File

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