mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 21:06:32 +00:00
Hide default virtualenv prompt in bash
We have a custom one
This commit is contained in:
parent
fc274955c1
commit
303bd56703
@ -54,6 +54,9 @@ function ps_virtual_env {
|
||||
echo " [$venv]"
|
||||
}
|
||||
|
||||
# Disable standard virtualenv prompt
|
||||
export VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||
|
||||
# Alias for colors
|
||||
# RED="\[\033[0;31m\]"
|
||||
YELLOW="\[\033[0;33m\]"
|
||||
|
Loading…
Reference in New Issue
Block a user