some changes

This commit is contained in:
pika 2024-05-20 10:57:38 +02:00
parent c6f784303b
commit 4f8bd70ca4

View file

@ -15,7 +15,6 @@ if [ ! -d "$ZINIT_HOME" ]; then
fi
source "${ZINIT_HOME}/zinit.zsh"
zinit light metaory/zsh-roundy-prompt
# Add in zsh plugins
zinit light zsh-users/zsh-syntax-highlighting
zinit light zsh-users/zsh-completions
@ -58,4 +57,6 @@ zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
zstyle ':completion:*' menu no
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls --color $realpath'
zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath'
if command -v starship >/dev/null 2>&1; then
eval "$(starship init zsh)"
fi