From 1db8c3c11f467add5aba52458d4e7dff25010457 Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Sat, 1 Aug 2026 02:17:53 -0400 Subject: [PATCH] zsh: add explicit starship init --- zsh/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsh/zshrc b/zsh/zshrc index 93d1032..9b7c690 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -4,6 +4,8 @@ export ZSH_CONFIG=$HOME/.config/zsh source $OHMYZSH/oh-my-zsh.sh +command -v starship >/dev/null && eval "$(starship init zsh)" 2>/dev/null + # eza hyperlink workaround: oh-my-zsh's bare --hyperlink eats the next arg on newer eza. _hl_flag="--hyperlink" if command -v eza >/dev/null && eza --help 2>&1 | grep -q -- '--hyperlink.*'; then