mirror of
https://github.com/anthonyoteri/dotfiles.git
synced 2026-06-05 15:46:54 -04:00
feat: use starship instead of powerlevel10k
This commit is contained in:
@@ -20,9 +20,6 @@ fi
|
||||
# Source / Load Zinit
|
||||
source "${ZINIT_HOME}/zinit.zsh"
|
||||
|
||||
# Add in Powerlevel10k
|
||||
zinit ice depth=1; zinit light romkatv/powerlevel10k
|
||||
|
||||
# Add in ZSH Plugins
|
||||
zinit light zsh-users/zsh-syntax-highlighting
|
||||
zinit light zsh-users/zsh-completions
|
||||
@@ -45,8 +42,8 @@ autoload -U compinit && compinit
|
||||
|
||||
zinit cdreplay -q
|
||||
|
||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||
# Add Starship prompt
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
# History
|
||||
HISTSIZE=5000
|
||||
|
||||
Reference in New Issue
Block a user