Move all exported env variables in the profile scripts

This commit is contained in:
Fabio Scotto di Santolo
2025-07-07 21:28:43 +02:00
parent 4007ef2333
commit 8e57686f73
6 changed files with 13 additions and 10 deletions

View File

@@ -10,6 +10,3 @@ if command -v starship > /dev/null 2>&1; then
eval "$(starship init zsh)"
fi
export VIRTUAL_ENV_DISABLE_PROMPT=1
export EDITOR=nvim
export HOMEBREW_NO_ENV_HINTS=1