fix mcd completion
This commit is contained in:
parent
96a738f6bc
commit
da8d90e7ee
@ -4,7 +4,7 @@ fpath=(~/.zfunc $fpath)
|
|||||||
autoload -Uz compinit
|
autoload -Uz compinit
|
||||||
compinit -d ~/.cache/zcompdump
|
compinit -d ~/.cache/zcompdump
|
||||||
compdef _nvim nvim
|
compdef _nvim nvim
|
||||||
compdef _mcd mcd
|
compdef _files mcd
|
||||||
zstyle ':completion:*:*:*:*:*' menu select
|
zstyle ':completion:*:*:*:*:*' menu select
|
||||||
zstyle ':completion:*' auto-description 'specify: %d'
|
zstyle ':completion:*' auto-description 'specify: %d'
|
||||||
zstyle ':completion:*' completer _expand _complete _correct _approximate
|
zstyle ':completion:*' completer _expand _complete _correct _approximate
|
||||||
|
|||||||
@ -1,9 +0,0 @@
|
|||||||
#compdef mcd
|
|
||||||
#autoload
|
|
||||||
|
|
||||||
|
|
||||||
_mcd() {
|
|
||||||
_files
|
|
||||||
}
|
|
||||||
|
|
||||||
_mcd
|
|
||||||
Loading…
x
Reference in New Issue
Block a user