dotfiles/bash/.bash/04-other.bash

3 lines
90 B
Bash

# if [[ -z $TMUX ]] && [[ -n $SSH_TTY ]]; then
# exec tmux new-session -A -s ssh
# fi