diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -439,11 +439,5 @@ done # for config_file ($HOME/.zsh.after/*.zsh) source $config_file - -# Prompt -# - -# Load and execute the prompt theming system. -autoload -Uz promptinit && promptinit -prompt dvzrv -unset prompt_argv +# use starship for prompt if it exists +(( ${+commands[starship]} )) && eval "$(starship init zsh)" |