minor fixes
This commit is contained in:
parent
945b87e85d
commit
dbccd432d9
3 changed files with 5 additions and 6 deletions
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue