From 4b3c56934d2097390ce425c2d35c4e1f0a78968e Mon Sep 17 00:00:00 2001 From: GaspardCulis Date: Mon, 3 Jun 2024 09:31:24 +0200 Subject: [PATCH] bash -> exec: Launching tmux on start is a bad idea atm --- shell/bash/.bash_exec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/bash/.bash_exec b/shell/bash/.bash_exec index 7294194..06e5179 100644 --- a/shell/bash/.bash_exec +++ b/shell/bash/.bash_exec @@ -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