add starship config location
This commit is contained in:
parent
86aa336561
commit
d812a458d3
1
zshrc
1
zshrc
|
@ -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)"
|
||||||
|
|
Loading…
Reference in New Issue