Remove duplicate completion.zsh file
This commit is contained in:
parent
0865136067
commit
efa6bcf778
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
# load our own completion functions
|
|
||||||
fpath=(
|
|
||||||
~/.zsh/completion
|
|
||||||
/usr/local/share/zsh/site-functions
|
|
||||||
$fpath
|
|
||||||
)
|
|
||||||
|
|
||||||
# completion; use cache if updated within 24h
|
|
||||||
autoload -Uz compinit
|
|
||||||
if [[ -n $HOME/.zcompdump(#qN.mh+24) ]]; then
|
|
||||||
compinit -d $HOME/.zcompdump;
|
|
||||||
else
|
|
||||||
compinit -C;
|
|
||||||
fi;
|
|
||||||
|
|
||||||
# disable zsh bundled function mtools command mcd
|
|
||||||
# which causes a conflict.
|
|
||||||
compdef -d mcd
|
|
Loading…
Add table
Add a link
Reference in a new issue