add starship config location

This commit is contained in:
Ray Elliott 2020-08-01 10:33:51 +01:00
commit d812a458d3

1
zshrc
View file

@ -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)"