From 9c10ff4fe80faf379c8543e51b04dde6064d9ff6 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 2 Apr 2024 14:23:01 -0400 Subject: [PATCH] Change path format --- scripts/guru-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/guru-shell b/scripts/guru-shell index b6f4531..95ecf82 100755 --- a/scripts/guru-shell +++ b/scripts/guru-shell @@ -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"