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
|
fi
|
||||||
|
|
||||||
# Start in tmux by default
|
# 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
|
if command -v jaaj &> /dev/null && command -v dotacat &> /dev/null; then
|
||||||
jaaj
|
jaaj
|
||||||
|
|
Loading…
Reference in a new issue