.zshrc: disable parent and current folder autocompletion
This commit is contained in:
parent
cd7cd8105c
commit
90ab3246be
1
.zshrc
1
.zshrc
@ -21,6 +21,7 @@ export LANG=en_US.UTF-8
|
|||||||
fpath=(~/.zsh/functions $fpath)
|
fpath=(~/.zsh/functions $fpath)
|
||||||
autoload -U compinit
|
autoload -U compinit
|
||||||
zstyle ':completion:*' menu select
|
zstyle ':completion:*' menu select
|
||||||
|
zstyle ':completion:*' special-dirs false
|
||||||
zmodload zsh/complist
|
zmodload zsh/complist
|
||||||
compinit
|
compinit
|
||||||
_comp_options+=(globdots)
|
_comp_options+=(globdots)
|
||||||
|
Loading…
Reference in New Issue
Block a user