zsh-users
 help / color / mirror / code / Atom feed
From: Louis-David Mitterrand <mito@aparima.com>
To: zsh-users@math.gatech.edu
Subject: Re: strange behaviour with .zsh and su
Date: Mon, 14 Apr 1997 12:14:29 -0400	[thread overview]
Message-ID: <19970414121429.29589@retriever> (raw)
In-Reply-To: <Pine.SUN.3.96.970414090030.21724D-100000@kira>; from Timothy Luoma on Mon, Apr 14, 1997 at 09:01:21AM -0700

On Apr 14 97, Timothy Luoma <luomat@peak.org> wrote:
> 
> ZSH has a workaround.  Put whatever you want only for interactive inside
> this:
> 
> if [[ -o interactive ]]                 # if an interactive shell
> then
> 
> fi

That's good and useful to know. Thanks.

On Apr 15 97, gwing@primenet.com.au <gwing@primenet.com.au> wrote:
> 1. I hope you are using ZDOTDIR, not ZSHDOTDIR

ZDOTDIR actually, sorry for the typo.

> 2. /etc/zprofile isn't sourced unless you're in a login shell.  Put your
>    ZDOTDIR stuff in /etc/zshenv - that's the only file that can be guaranteed
>    to be read for each instance.

Yes but when you 'su' shouldn't it be a login shell you land in? (Even
though the full environment isn't present as in 'su -l') If so the
/etc/zprofile should be sourced..

> I don't understand your full situation.  Eg. where do your startup files
> reside and where do root's?  You seem to be implying that if you're in a 

I moved the startup files in $HOME/.zsh for each user (including root).

> directory, say /foo , then when you su the startup files are in
> /foo/.zsh  but if you cd to /bar  then when you su the startup files

You are right, I understand now: my 'ZDOTDIR=.zsh' was wrong, as Zefram
also suggested. The correct entry is 'export ZDOTDIR=~/.zsh'. 

Thanks for your help.
-- 

     Louis-David Mitterrand
     http://www.aparima.com/F1/
     mito@aparima.com


  reply	other threads:[~1997-04-14 16:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-04-14 14:32 Louis-David Mitterrand
1997-04-14 15:06 ` Zefram
1997-04-14 15:47 ` Timothy Luoma
1997-04-14 15:48   ` Louis-David Mitterrand
1997-04-14 16:01     ` Timothy Luoma
1997-04-14 16:14       ` Louis-David Mitterrand [this message]
     [not found]         ` <mito@aparima.com>
1997-04-14 16:54           ` Bart Schaefer
1997-04-14 18:20   ` Stefan Monnier
1997-04-14 18:32     ` Richard Coleman
1997-04-14 20:27       ` Stefan Monnier
1997-04-14 18:42     ` Tom Howland
1997-04-14 16:02 ` gwing
1997-04-14 17:03 ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=19970414121429.29589@retriever \
    --to=mito@aparima.com \
    --cc=mito@sprynet.com \
    --cc=zsh-users@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).