7 lines
321 B
Fish
7 lines
321 B
Fish
# If running in interactive mode and not within
|
||
# TMUX, start TMUX instead. `tmux-default` is a
|
||
# shell script within PATH that either connects to
|
||
# the "default" session, or creates one if it
|
||
# doesn’t exst yet
|
||
#status --is-interactive; and test $TERM != "screen" -a $TERM != "screen-256color"; and exec tmux-default
|