Loading .profile +0 −1 Original line number Diff line number Diff line . ~/.shell/lib/term-setup.sh . ~/.shell/funcs . ~/.shell/colours # Automatically run terminal multiplexer on SSH connect case $TERM in Loading .shell/lib/term-setup.sh +3 −0 Original line number Diff line number Diff line ${TERM_SETUP_LOADED-false} && return export TERM_SETUP_LOADED=true . ~/.shell/funcs . ~/.shell/colours # do no setup if TERM is not set or dumb case ${TERM-unset} in unset) export TERM=dumb; return 0 ;; Loading Loading
.profile +0 −1 Original line number Diff line number Diff line . ~/.shell/lib/term-setup.sh . ~/.shell/funcs . ~/.shell/colours # Automatically run terminal multiplexer on SSH connect case $TERM in Loading
.shell/lib/term-setup.sh +3 −0 Original line number Diff line number Diff line ${TERM_SETUP_LOADED-false} && return export TERM_SETUP_LOADED=true . ~/.shell/funcs . ~/.shell/colours # do no setup if TERM is not set or dumb case ${TERM-unset} in unset) export TERM=dumb; return 0 ;; Loading