diff options
Diffstat (limited to 'home/.config/zsh/.zshrc')
-rw-r--r-- | home/.config/zsh/.zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/zsh/.zshrc b/home/.config/zsh/.zshrc index b79982c..7b2b2ca 100644 --- a/home/.config/zsh/.zshrc +++ b/home/.config/zsh/.zshrc @@ -24,6 +24,7 @@ setopt appendhistory autocd extendedglob nomatch notify unsetopt beep bindkey -e +fpath=($XDG_DATA_HOME/zsh/completion $fpath) autoload -Uz compinit compinit zstyle ':completion:*' menu select |