From fc4e3e97bd467be768a46c55eef0a104584d16ee Mon Sep 17 00:00:00 2001 From: Bence Nagy Date: Mon, 18 Nov 2024 22:49:23 -0800 Subject: [PATCH] reeee --- zsh/main | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsh/main b/zsh/main index 78b1d0e..9468b18 100644 --- a/zsh/main +++ b/zsh/main @@ -48,3 +48,7 @@ zinit ice wait'!' silent from'gh-r' as'program' \ atclone'./starship init zsh --print-full-init > init.zsh' atpull'%atclone' \ src='./init.zsh' bpick'*-aarch64-apple-darwin.tar.gz' zinit load starship/starship + +# specifying term to fix ghostty incompatibilities +export TERM=xterm-256color +