1

Add cli utils to $PATH

This commit is contained in:
Evan Pratten 2024-04-02 14:17:04 -04:00
parent 79f62c0ba3
commit a55a60e1e2

View File

@ -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"