Add cli utils to $PATH
This commit is contained in:
parent
79f62c0ba3
commit
a55a60e1e2
@ -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"
|
export PATH="/c/Programs/software/win/core/python/python_3.7.7:$PATH"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Add the common cli scripts path to $PATH
|
||||||
|
export PATH="$GURU_PYTHON_ROOT/common/util/cli:$PATH"
|
||||||
|
|
||||||
# Configure the prompt
|
# Configure the prompt
|
||||||
export PS1_CTX="guru$ps1_mode bash"
|
export PS1_CTX="guru$ps1_mode bash"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user