dont doublestart tmux

This commit is contained in:
2025-04-04 22:21:25 +02:00
parent d9dc9dbc57
commit 4c8b93dd8f

2
.zshrc
View File

@@ -89,7 +89,7 @@ setopt nosharehistory
. $HOME/.shellrc.load
# tmux starten
if [ "$TMUX" = "" ]; then exec tmux; fi
#if [ "$TMUX" = "" ]; then exec tmux; fi
clear && udot
PATH="/Users/eragos/perl5/bin${PATH:+:${PATH}}"; export PATH;