dotfiles/.config/zsh/prompt.zsh

13 lines
331 B
Bash
Raw Normal View History

2024-07-11 00:01:49 +05:30
##
## Prompt
##
# Load starship
zinit ice as'command' from'gh-r' \
atload'export STARSHIP_CONFIG=$XDG_CONFIG_HOME/starship/starship.toml; eval $(starship init zsh)' \
atclone'./starship init zsh > init.zsh; ./starship completions zsh > _starship' \
atpull'%atclone' src'init.zsh'
zinit light starship/starship
# vim:ft=zsh