mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 04:17:00 +08:00
feat(zshrc): VIRTUAL_ENV_DISABLE_PROMPT set
This commit is contained in:
parent
76323da875
commit
a45828ea43
1
.zshrc2
1
.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)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user