initialise starship prompt

This commit is contained in:
Ray Elliott 2020-07-13 21:15:46 +01:00
commit 2bda238f51

2
zshrc
View file

@ -106,3 +106,5 @@ alias todone='task_done'
# remove duplicate PATH entries
# https://til.hashrocket.com/posts/7evpdebn7g-remove-duplicates-in-zsh-path
typeset -aU path
eval "$(starship init zsh)"