Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Honor the dvorak option in tetris (patch)



On 9/5/06, Clint Adams <clint@xxxxxxx> wrote:
> 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

Okay, updated patch at http://mikachu.ath.cx/patches/zsh-dvorak_tetris2.patch

--
Mikael Magnusson



Messages sorted by: Reverse Date, Date, Thread, Author