path fix for tmux.zsh

This commit is contained in:
Dirk Alders 2023-04-21 07:11:52 +02:00
parent a36e7f81c1
commit fbd5fa6f1f

View File

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