install starship in zsh config dir

This commit is contained in:
Ray Elliott 2020-09-03 17:22:56 +01:00
commit 4ac2861c54
2 changed files with 3 additions and 2 deletions

2
zshrc
View file

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