feat: switch from starship to oh-my-posh

This commit is contained in:
2024-02-06 10:10:59 +02:00
parent 1f7b92285b
commit 13764775ca
6 changed files with 177 additions and 2 deletions

View File

@@ -95,5 +95,6 @@ TMUX_WINDOW_NAME_PLUGIN="$DOTFILES/config/tmux/plugins/tmux-window-name/scripts/
add-zsh-hook chpwd tmux-window-name
}
eval "$(starship init zsh)"
# eval "$(starship init zsh)"
eval "$(oh-my-posh init zsh --config $XDG_CONFIG_HOME/oh-my-posh.omp.json)"
source "$DOTFILES/config/alias"