initialise starship prompt
This commit is contained in:
parent
5a7787185d
commit
2bda238f51
2
zshrc
2
zshrc
|
@ -106,3 +106,5 @@ alias todone='task_done'
|
||||||
# remove duplicate PATH entries
|
# remove duplicate PATH entries
|
||||||
# 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
|
||||||
|
|
||||||
|
eval "$(starship init zsh)"
|
||||||
|
|
Loading…
Reference in New Issue