5 rader
159 B
Bash
5 rader
159 B
Bash
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
|
|
exec ~/bin/tmux_default
|
|
fi
|
|
|