mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 15:46:54 -04:00
feat: swap prompts to oh-my-posh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user