Remove Tmux autostart

This commit is contained in:
Fabio Scotto di Santolo
2025-08-05 15:34:43 +02:00
parent 766256f71a
commit 9bdf403c23

View File

@@ -47,6 +47,6 @@ export FZF_ALT_C_OPTS="--preview 'eza --tree --color=always {} | head -200'"
source <(fzf --zsh) source <(fzf --zsh)
# Launch tmux in the default session # Launch tmux in the default session
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