Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Honor the dvorak option in tetris (patch)
- X-seq: zsh-workers 22670
- From: Clint Adams <clint@xxxxxxx>
- To: Mikael Magnusson <mikachu@xxxxxxxxx>
- Subject: Re: Honor the dvorak option in tetris (patch)
- Date: Tue, 5 Sep 2006 09:45:14 -0400
- Cc: zsh-workers <zsh-workers@xxxxxxxxxx>
- In-reply-to: <237967ef0609050447g15171a01p2b425eb03248c047@xxxxxxxxxxxxxx>
- Mail-followup-to: Mikael Magnusson <mikachu@xxxxxxxxx>, zsh-workers <zsh-workers@xxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0609050447g15171a01p2b425eb03248c047@xxxxxxxxxxxxxx>
> Here is a small patch to honor the dvorak option in tetris, not sure
> if there is a better way to check options from scripts than
> setopt|grep name?
[[ -o dvorak ]] && print dvorak is on
Messages sorted by:
Reverse Date,
Date,
Thread,
Author