From a45828ea439d652ac5bbaded514cf74603bc04d4 Mon Sep 17 00:00:00 2001 From: Dict Xiong Date: Wed, 26 Jun 2024 10:19:32 +0800 Subject: [PATCH] feat(zshrc): VIRTUAL_ENV_DISABLE_PROMPT set --- .zshrc2 | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc2 b/.zshrc2 index 0bbc74e..8d1174c 100644 --- a/.zshrc2 +++ b/.zshrc2 @@ -14,6 +14,7 @@ export EDITOR='vim' export PYTHONIOENCODING='UTF-8' export GPG_TTY=$(tty) export LESS_TERMCAP_md=$'\E[01;33m' +export VIRTUAL_ENV_DISABLE_PROMPT=1 # env for dfs if [[ -f ~/.config/dotfiles/env ]]; then set -a; source ~/.config/dotfiles/env; set +a; fi export DFS_OS_TYPE="$("$DOTFILES/tools/common.sh" get_os_type)"