Disable Tmux on ZSH startup

This commit is contained in:
Fabio Scotto di Santolo
2025-08-21 14:17:15 +02:00
parent 77d6198480
commit 719a745aab

View File

@@ -108,6 +108,6 @@ if [ -e "$HOME/.cargo" ]; then
source "$HOME/.cargo/env" source "$HOME/.cargo/env"
fi fi
if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then # if command -v tmux &> /dev/null && [ -z "$TMUX" ]; then
tmux attach-session -t default || tmux new-session -s default # tmux attach-session -t default || tmux new-session -s default
fi # fi