summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 5ad64a7..1233994 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,8 +1,10 @@
zstyle ':completion:*' completer _complete _ignored
zstyle :compinstall filename '~/.zshrc'
+fpath=(~/.zsh/completions $fpath)
autoload -Uz compinit promptinit
compinit
promptinit
+zstyle ':completion:*' menu select=2
zstyle ':completion:*' completer _complete _ignored
HISTFILE=~/.zshistory
HISTSIZE=1000