Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Preventing sorting in completers
- X-seq: zsh-users 6395
- From: Philippe Troin <phil@xxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Preventing sorting in completers
- Date: 12 Jul 2003 19:49:22 -0700
- Mail-copies-to: nobody
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: Philippe Troin <phil@xxxxxxxx>
Let me go straight to the point: I want to use:
zstyle ":completion:*:processes" command \
'ps -u $UID -o ''pid tty s args'' --forest'
The problem is that the completion frameworks show the process list
sorted by PID. How can I prevent that and get the process list in the
order it was returned by ps (so that --forest makes sense).
Phil.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author