diff --git a/assets/default/dotfiles/bash_profile b/assets/default/dotfiles/bash_profile index 5cf99fb..ead3e90 100644 --- a/assets/default/dotfiles/bash_profile +++ b/assets/default/dotfiles/bash_profile @@ -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\]"