Update ZSH configurations

This commit is contained in:
Fabio Scotto di Santolo
2024-12-31 14:28:21 +01:00
parent 9aea1168ab
commit 2d60b7f1c3
4 changed files with 22 additions and 14 deletions

View File

@@ -8,4 +8,8 @@ fi
if command -v oh-my-posh > /dev/null 2>&1; then
# Initialize Oh My Posh
eval "$(oh-my-posh init zsh --config "$(brew --prefix oh-my-posh)/themes/peru.omp.json")"
fi
fi
export VIRTUAL_ENV_DISABLE_PROMPT=1
export EDITOR=nvim
export HOMEBREW_NO_ENV_HINTS=1