zsh: use zinit for starship - dotfiles - 🍚 personal arsenal of "rice"
HTML git clone https://git.drkhsh.at/dotfiles.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit ad9cd215e2ecd4ae65a93feae9152d6219a9beb4
DIR parent 4374c20313dfac6d9a2605412df04242310f8a69
HTML Author: drkhsh <me@drkhsh.at>
Date: Tue, 10 Sep 2024 00:33:41 +0200
zsh: use zinit for starship
Diffstat:
M zsh/.config/zsh/30-prompt.zsh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/zsh/.config/zsh/30-prompt.zsh b/zsh/.config/zsh/30-prompt.zsh
@@ -1,6 +1,6 @@
# starship prompt
-_qubes && export STARSHIP_CONFIG=/etc/starship.toml # qubes templates
-[ $TERM != "dumb" ] && _exists starship && eval "$(starship init zsh)"
+zinit ice from"gh-r" as"command" atload'eval "$(starship init zsh)"'
+zinit light starship/starship
# plan9port
[ $TERM = "dumb" ] && _exists rc && rc