diff --git a/zshrc b/zshrc index f3096f8..2e6a203 100644 --- a/zshrc +++ b/zshrc @@ -108,4 +108,5 @@ alias todone='task_done' # https://til.hashrocket.com/posts/7evpdebn7g-remove-duplicates-in-zsh-path typeset -aU path +export STARSHIP_CONFIG=~/.config/starship/starship.toml eval "$(starship init zsh)"