fix mcd completion

This commit is contained in:
TheK4n 2023-01-31 14:44:20 +03:00
parent 96a738f6bc
commit da8d90e7ee
2 changed files with 1 additions and 10 deletions

View File

@ -4,7 +4,7 @@ fpath=(~/.zfunc $fpath)
autoload -Uz compinit
compinit -d ~/.cache/zcompdump
compdef _nvim nvim
compdef _mcd mcd
compdef _files mcd
zstyle ':completion:*:*:*:*:*' menu select
zstyle ':completion:*' auto-description 'specify: %d'
zstyle ':completion:*' completer _expand _complete _correct _approximate

View File

@ -1,9 +0,0 @@
#compdef mcd
#autoload
_mcd() {
_files
}
_mcd