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

Re: Honor the dvorak option in tetris (patch)



> 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