Browse Source

added completion dir to fpath

master
Marc 4 years ago
parent
commit
6387155a7f
1 changed files with 8 additions and 0 deletions
  1. 8
      .config/zsh/.zshrc

8
.config/zsh/.zshrc

@ -81,6 +81,14 @@ if (( ${+terminfo[smkx]} )) && (( ${+terminfo[rmkx]} )); then
zle -N zle-line-finish
fi
# --------------------------------------
# Completion
# add completion dir to fpath
fpath=($ZDOTDIR/completion $fpath)
#autoload -Uz compinit
#compinit
# --------------------------------------
# --------------------------------------
# Plugins
# --------------------------------------

Loading…
Cancel
Save