aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/04-other.bash
blob: bfc494c5929e278f8621dda7bf9ee2c0a934ecb7 (plain)
1
2
3
#if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
#  exec tmux
#fi