zsh: disable more completions that aren't Haiku compatible yet

This commit is contained in:
augiedoggie
2023-12-12 19:57:41 -07:00
committed by GitHub
parent ea7b0a5786
commit 189ca0501c

View File

@@ -95,7 +95,7 @@ PATCH()
sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
done
# Disable these completions until Haiku support is added
for _fpath in _arp _beep _df _ifconfig _mount _ps _shutdown; do
for _fpath in _arp _beep _df _ifconfig _kill _mount _ps _renice _shutdown; do
rm -rf Completion/Unix/Command/$_fpath
done
}