zsh: add explicit starship init

This commit is contained in:
2026-08-01 02:17:53 -04:00
parent a592e6f8b3
commit 1db8c3c11f
+2
View File
@@ -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.*<WHEN>'; then