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

6 lines
103 B
Bash
Raw Normal View History

2022-11-16 19:01:14 -07:00
#!/bin/bash
2022-11-12 18:20:45 -07:00
# if [[ -z $TMUX ]] && [[ -n $SSH_TTY ]]; then
# exec tmux new-session -A -s ssh
# fi