Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: customizing
- X-seq: zsh-users 1171
- From: Andrew Main <zefram@xxxxxxxxx>
- To: agn@xxxxxxxxx (Andres Gomez Navarro)
- Subject: Re: customizing
- Date: Mon, 1 Dec 1997 18:24:44 +0000 (GMT)
- Cc: zsh-users@xxxxxxxxxxxxxxx
- In-reply-to: <01BCFE8A.ACF96A20@xxxxxxxxxxxxxx> from "Andres Gomez Navarro" at Dec 1, 97 06:55:18 pm
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