Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Alias and zstyle contexts
- X-seq: zsh-users 19506
- From: Silas Silva <silasdb@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Alias and zstyle contexts
- Date: Mon, 8 Dec 2014 21:02:56 -0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent; bh=rzJjoMZc2CpFWB50dfRhYguqoiFd3yb7fryozZ8or9A=; b=BUXWLRktOwG+X5cPuGOtt80xbBUZFFXwjfYgJrK090cc5QSritVvMQ+ZTpAwKoP6Cj DB6U3D5LSHLzx86ZM4znEMG7QKsBoqb06EXgCvu/m7NFTgxvQZYkahrYUTX4IInSt9pT siRrn5G85AjfHJ4jrXrYmIEGFbCbQcLXlTj0dxgKNRwDt6Nxp8j3trIJ4iGjCt6SFp4P 8RNyOQq6oU9T7ZwXdB6/Rb/nZuDahGla0Nd+Mux5DIzCq7F/L/W3UMrWX+K5+Jgm1TYH RvulhpBNVzNMWPssBakkx+OzOJSha4tpOvytXvASZTfqwagvjh19K4jxoMsfpVfnWQYO 0MPQ==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mail-followup-to: zsh-users@xxxxxxx
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi there!
Fortunatelly, aliases use the same context of original commands, which
which make things much easier. But a little problem just came up:
mutt's -f option looks for mailboxes using the mail-directory style. I
have a "muttw" alias that I'd like to load mailboxes from another
directory, but the context is the same.
I could solve this having a function called muttw, copying original
_mutt completion to _muttw and changing just one line, but this looks
ugly. Is there an simpler way?
Thank you very much!
--
Silas Silva
Messages sorted by:
Reverse Date,
Date,
Thread,
Author