minor fixes

This commit is contained in:
Alexander Navarro 2024-08-05 16:34:19 -04:00
parent 945b87e85d
commit dbccd432d9
3 changed files with 5 additions and 6 deletions

View file

@ -109,7 +109,7 @@ setopt hist_find_no_dups
# │ Completion styling │
# ╰──────────────────────────────────────────────────────────╯
# case insensitive completion
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}'
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
zstyle ':completion:*' menu no
zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls --color $realpath'
@ -136,8 +136,7 @@ done
# ╭──────────────────────────────────────────────────────────╮
# │ Init external programs │
# ╰──────────────────────────────────────────────────────────╯
source /usr/share/fzf/shell/key-bindings.zsh # change to the following line when <= v0.48
# eval "$(fzf --zsh)"
eval "$(fzf --zsh)"
eval "$(zoxide init --cmd cd zsh)"
eval "$(starship init zsh)"
eval "$(mise activate zsh)"