Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: Bug or feature?
- X-seq: zsh-users 3344
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Juhapekka Tolvanen" <juhtolv@xxxxxxxxx>, "zsh-user mailing list" <zsh-users@xxxxxxxxxxxxxx>
- Subject: RE: Bug or feature?
- Date: Fri, 28 Jul 2000 16:06:08 +0400
- Importance: Normal
- In-reply-to: <Pine.LNX.4.10.10007281351110.20078-100000@xxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
>
> My ~/.zshrc sources my ~/.kshrc via "." (dot) and my ~./kshrc sources my
> ~/.shinit via ".". My ~/shinit has also these lines:
>
> # {{{ Logout
>
> trap '. $HOME/.sh_logout; exit' 0
^^^ is there a space between '
and 0?
>
> # }}}
>
> Bash, ash and pdksh really sources my ~/.sh_logout during logout because of
> that trap but my zsh does not.
What version of Zsh?
bor@itsrm2% zsh
bor@itsrm2% trap "print I am exiting ..." 0
bor@itsrm2% exit
I am exiting ...
-andrej
Messages sorted by:
Reverse Date,
Date,
Thread,
Author