2025-03-18 19:21:17 +01:00

7 lines
321 B
Fish
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
# doesnt exst yet
#status --is-interactive; and test $TERM != "screen" -a $TERM != "screen-256color"; and exec tmux-default