Update AutoRunTMUX.txt

This commit is contained in:
2025-10-03 20:59:28 +00:00
parent 042a06d430
commit 99291fb729

5
AutoRunTMUX.txt Normal file
View File

@@ -0,0 +1,5 @@
# Add to .bashrc
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
exec tmux
fi