From 84b8f60b2146e34cfd8f34eed728b69996bdaa9e Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Sun, 27 Aug 2023 18:39:54 +0200 Subject: [PATCH] add starship for darwin --- .zshrc_darwin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zshrc_darwin b/.zshrc_darwin index e277ce9..9d6eb31 100644 --- a/.zshrc_darwin +++ b/.zshrc_darwin @@ -3,3 +3,5 @@ source /opt/homebrew/share/zsh-autosuggestions/zsh-autosuggestions.zsh PATH="$PATH:/Applications/WezTerm.app/Contents/MacOS" export PATH + +source <(/opt/homebrew/bin/starship init zsh --print-full-init)