[Bug 204234] Re: zsh's killall process tab completion should match bash's
Launchpad Bug Tracker
204234 at bugs.launchpad.net
Wed Jan 23 04:17:40 UTC 2013
[Expired for zsh (Ubuntu) because there has been no activity for 60
days.]
** Changed in: zsh (Ubuntu)
Status: Incomplete => Expired
--
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:
Expired
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