1

Change path format

This commit is contained in:
Evan Pratten 2024-04-02 14:23:01 -04:00
parent 54760b73c4
commit 9c10ff4fe8

View File

@ -48,7 +48,7 @@ if [ -d "/c/Programs/software/win/core/python/python_3.7.7" ]; then
fi
# Add the common cli scripts path to $PATH
export PATH="$GURU_PYTHON_ROOT/common/util/cli:$PATH"
export PATH="//qs/resources/$studio2023_path/common/util/cli:$PATH"
# Configure the prompt
export PS1_CTX="guru$ps1_mode bash"