feat(shell): switch to starship because it's fast

This commit is contained in:
2023-09-08 00:43:37 +03:00
parent acae4fec73
commit bc608cd578
5 changed files with 147 additions and 1722 deletions

View File

@@ -68,8 +68,6 @@ have antigen && {
[ -f "${DOTFILES}/config/fzf/fzf.zsh" ] \
&& source "${DOTFILES}/config/fzf/fzf.zsh"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
# shellcheck source=config/zsh/p10k.zsh
export P10K_LOCATION="$XDG_CONFIG_HOME/zsh/p10k.zsh"
[[ ! -f $P10K_LOCATION ]] || source "$P10K_LOCATION"
# Start starship
eval "$(starship init zsh)"