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

4 lines
147 B
Bash
Raw Normal View History

2022-05-04 00:42:59 -06:00
#if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
# exec tmux
#fi