add starship config location

This commit is contained in:
Ray Elliott 2020-08-01 10:33:51 +01:00
parent 86aa336561
commit d812a458d3
1 changed files with 1 additions and 0 deletions

1
zshrc
View File

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