Add AutoRunTMUX
This commit is contained in:
5
AutoRunTMUX
Normal file
5
AutoRunTMUX
Normal 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
|
||||||
Reference in New Issue
Block a user