adjust completion in zsh
This commit is contained in:
@@ -31,8 +31,11 @@ esac
|
||||
bindkey "^[[1;5C" forward-word
|
||||
bindkey "^[[1;5D" backward-word
|
||||
|
||||
# Set fpath before sourcing completion.zsh
|
||||
fpath=("$DOTFILES/zsh/zsh-completions/src" $fpath)
|
||||
# Source completion configuration
|
||||
source "$DOTFILES/zsh/completion.zsh"
|
||||
fpath=("$DOTFILES/zsh/zsh-completions/src" "$fpath")
|
||||
source "$DOTFILES/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh"
|
||||
|
||||
# make less more friendly for non-text input files, see lesspipe(1)
|
||||
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
|
||||
|
||||
Reference in New Issue
Block a user