From 2bda238f5179a7e16d7cf7b5bd116ed0b9b0e121 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 13 Jul 2020 21:15:46 +0100 Subject: [PATCH] initialise starship prompt --- zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zshrc b/zshrc index e469902..06f709c 100644 --- a/zshrc +++ b/zshrc @@ -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)"