Switch to oh-my-posh prompt

This commit is contained in:
Jonny Barnes 2024-06-10 20:37:31 +01:00
parent a97e471021
commit 8e6dffbd9b
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
4 changed files with 97 additions and 9 deletions

View file

@ -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/