feat: VIRTUAL_ENV_DISABLE_PROMPT, remove _j

This commit is contained in:
ange 2024-04-25 23:05:28 +02:00
parent 7316d21f6e
commit 3fe43f80b3
Signed by: ange
GPG Key ID: 9E0C4157BB7BEB1D
2 changed files with 2 additions and 5 deletions

View File

@ -1,5 +0,0 @@
#compdef j
_j() {
_arguments "1: :(**/"$1"*~cvs~node_modules/)"
}

View File

@ -1,5 +1,7 @@
autoload -Uz vcs_info colors && colors
export VIRTUAL_ENV_DISABLE_PROMPT=1
export GROFF_NO_SGR=1
export LESS_TERMCAP_mb="${fg_bold[red]}"
export LESS_TERMCAP_md="${fg_bold[red]}"