tmux added to zsh additions

This commit is contained in:
Dirk Alders 2023-04-20 20:33:14 +02:00
parent 5ce2bb0716
commit a36e7f81c1

View File

@ -0,0 +1,4 @@
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
exec tmux_default
fi