From a55a60e1e27c570214d67f1e4bf6a5ee55ecd01c Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 2 Apr 2024 14:17:04 -0400 Subject: [PATCH] Add cli utils to $PATH --- scripts/guru-shell | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/guru-shell b/scripts/guru-shell index ede9ec5..b6f4531 100755 --- a/scripts/guru-shell +++ b/scripts/guru-shell @@ -47,6 +47,9 @@ if [ -d "/c/Programs/software/win/core/python/python_3.7.7" ]; then export PATH="/c/Programs/software/win/core/python/python_3.7.7:$PATH" fi +# Add the common cli scripts path to $PATH +export PATH="$GURU_PYTHON_ROOT/common/util/cli:$PATH" + # Configure the prompt export PS1_CTX="guru$ps1_mode bash"