mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
zsh: disable more completions that aren't Haiku compatible yet
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user