3 lines
147 B
Bash
3 lines
147 B
Bash
#if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
|
|
# exec tmux
|
|
#fi
|