feat: swap prompts to oh-my-posh

This commit is contained in:
Anthony Oteri
2025-09-12 08:02:37 -04:00
parent b1b9decde4
commit 7a108d5446
2 changed files with 169 additions and 2 deletions
+4 -2
View File
@@ -54,8 +54,10 @@ autoload -U compinit && compinit
zinit cdreplay -q
# Add Starship prompt
eval "$(starship init zsh)"
# Add in Oh-My-Posh Prompt
if [ "$TERM_PROGRAM" != "Apple_Terminal" ]; then
eval "$(oh-my-posh init zsh --config ${HOME}/.config/ohmyposh/omp.toml)"
fi
# History
HISTSIZE=5000