bash -> exec: Launching tmux on start is a bad idea atm

This commit is contained in:
GaspardCulis 2024-06-03 09:31:24 +02:00
parent 4e812ac0d9
commit 4b3c56934d
No known key found for this signature in database
GPG key ID: BC18146756955609

View file

@ -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