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

Re: customizing



Andres Gomez Navarro wrote:
>1.- How can I put my time zone in order to obtain the correct hour with "date" command?
>2.- Can I customize my z-shell in the sense of obtaining  the date and the system messages in spanish (with cshell it was by means of the LANG environment variable)

These questions are independent of the shell; the only difference between
csh and zsh here is the syntax.  You can set LANG with the syntax

export LANG=sp

and the timezone is similarly specified by the TZ parameter.

-zefram



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