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"