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

4 lines
90 B
Bash
Raw Normal View History

2022-11-12 18:20:45 -07:00
# if [[ -z $TMUX ]] && [[ -n $SSH_TTY ]]; then
# exec tmux new-session -A -s ssh
# fi