bash -> exec: Launching tmux on start is a bad idea atm
This commit is contained in:
parent
4e812ac0d9
commit
4b3c56934d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ if [ "$(tty)" = /dev/tty1 ]; then
|
|||
fi
|
||||
|
||||
# Start in tmux by default
|
||||
[[ $TERM != "screen" ]] && [ -z "$TMUX" ] && exec tmux
|
||||
# [[ $TERM != "screen" ]] && [ -z "$TMUX" ] && exec tmux
|
||||
|
||||
if command -v jaaj &> /dev/null && command -v dotacat &> /dev/null; then
|
||||
jaaj
|
||||
|
|
Loading…
Reference in a new issue