From 18e4d3d1a3bc683465350b0d0e3a3ba46dea5a22 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 4 May 2022 00:42:59 -0600 Subject: add new install script --- bash/.bash/04-other.bash | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bash/.bash') diff --git a/bash/.bash/04-other.bash b/bash/.bash/04-other.bash index e69de29..bfc494c 100644 --- a/bash/.bash/04-other.bash +++ b/bash/.bash/04-other.bash @@ -0,0 +1,3 @@ +#if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then +# exec tmux +#fi -- cgit v1.2.3