Add AutoRunTMUX

This commit is contained in:
2025-10-03 20:59:03 +00:00
parent 8e05a4ba5b
commit 042a06d430

5
AutoRunTMUX 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