From 3ba18b2defcb4a91b20521f26acf83b2b59c1314 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Sat, 3 May 2025 14:54:37 +0100 Subject: [PATCH] fix --- bashprofile/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashprofile/.bashrc b/bashprofile/.bashrc index 304ceb0..5c2cbee 100644 --- a/bashprofile/.bashrc +++ b/bashprofile/.bashrc @@ -135,7 +135,7 @@ export MANPAGER='nvim +Man!' test -r $HOME/.bashrc-local && . $HOME/.bashrc-local -if [ -z "SUDO_USER" -a -z "$TMUX" ] +if [ -z "$SUDO_USER" -a -z "$TMUX" ] then tmux attach-session -t default || tmux new-session -s default fi