[Bug 204234] Re: zsh's killall process tab completion should match bash's
Thomas Hotz
thomas.hotz at gmail.com
Fri Nov 23 12:36:50 UTC 2012
Is this still an issue for you? Which Ubuntu version do you use? Thank
you for telling us!
** Changed in: zsh (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to zsh in Ubuntu.
https://bugs.launchpad.net/bugs/204234
Title:
zsh's killall process tab completion should match bash's
Status in “zsh” package in Ubuntu:
Incomplete
Bug description:
Binary package hint: zsh
Version: 4.3.4-14ubuntu2 (gutsy)
Steps to reproduce: killall p<TAB>
Result: only shows "ps"
Expected: show ALL the user's processes whose command starts with p, as Ubuntu's bash does
Adding this to ~/.zshrc seems to fix it for me: zstyle
':completion:*:killall:*' command 'ps -u $USER -o cmd'
A proper fix should probably touch
/usr/share/zsh/4.3.4/functions/Completion/Unix/_killall
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zsh/+bug/204234/+subscriptions
More information about the foundations-bugs
mailing list