From a25d01c600455375c09ca13143e6545aca57a3bc Mon Sep 17 00:00:00 2001 From: bash <31279994+hermensbas@users.noreply.github.com> Date: Sun, 28 Jul 2024 22:20:06 +0200 Subject: [PATCH] Update 5_config.sh --- 5_config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5_config.sh b/5_config.sh index ae18c28..159aaa6 100755 --- a/5_config.sh +++ b/5_config.sh @@ -63,7 +63,7 @@ then # Set alias to start, stop and open wow or auth tmux sessions ########################################################################################## - if grep -q '^bash_wow' ~/.bashrc + if grep -R "bash_wow" ~/.bashrc then echo "bash_wow exists"; else