Clean ZSH configuration

This commit is contained in:
Fabio Scotto di Santolo
2025-07-04 15:21:16 +02:00
parent 489defd424
commit 6bd5a8a236
3 changed files with 4 additions and 57 deletions

View File

@@ -5,11 +5,6 @@ if [ -f "/home/linuxbrew/.linuxbrew/bin/brew" ]; then
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
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
if command -v starship > /dev/null 2>&1; then
# Initialize Starship
eval "$(starship init zsh)"