13 lines
331 B
Bash
13 lines
331 B
Bash
|
##
|
||
|
## 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
|