aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/04-other.bash
blob: ec258e1a8fcc62c4fee130605b4bc7cae2ec28be (plain)
1
2
3
4
5
#!/bin/bash

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