Switch to oh-my-posh prompt
This commit is contained in:
parent
a97e471021
commit
8e6dffbd9b
4 changed files with 97 additions and 9 deletions
|
@ -207,7 +207,10 @@ if command -v zoxide &>/dev/null; then
|
|||
fi
|
||||
|
||||
# Init starship prompt -- https://starship.rs
|
||||
eval "$(starship init zsh)"
|
||||
#eval "$(starship init zsh)"
|
||||
|
||||
# Oh My Posh
|
||||
eval "$(oh-my-posh init zsh --config $HOME/.config/jmb.omp.toml)"
|
||||
|
||||
# Finally we can have zsh auto source this rc file on command
|
||||
# attribution: https://www.reddit.com/r/commandline/comments/12g76v/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue