zsh-users
 help / color / mirror / code / Atom feed
* zsh no load .zshrc
@ 2011-08-01 19:37 JuanPabloAJ
  2011-08-01 20:03 ` Tomasz Moskal
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: JuanPabloAJ @ 2011-08-01 19:37 UTC (permalink / raw)
  To: zsh-users

[-- Attachment #1: Type: text/plain, Size: 128 bytes --]

 Hi, 
when I launch zsh, this no load .zshrc .
Every time I have to use the command 

source ~/.zshrc

Regards.
-- 
JuanPabloAJ

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zsh no load .zshrc
  2011-08-01 19:37 zsh no load .zshrc JuanPabloAJ
@ 2011-08-01 20:03 ` Tomasz Moskal
  2011-08-02  3:35 ` Aaron Davies
  2011-08-02  6:48 ` Bart Schaefer
  2 siblings, 0 replies; 5+ messages in thread
From: Tomasz Moskal @ 2011-08-01 20:03 UTC (permalink / raw)
  To: zsh-users

On Mon, 2011-08-01 at 15:37 -0400, JuanPabloAJ wrote:
> Hi, 
> when I launch zsh, this no load .zshrc .
> Every time I have to use the command 
> 
> source ~/.zshrc
> 
> Regards.

Try the other way around:
. ~/.zshrc


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zsh no load .zshrc
  2011-08-01 19:37 zsh no load .zshrc JuanPabloAJ
  2011-08-01 20:03 ` Tomasz Moskal
@ 2011-08-02  3:35 ` Aaron Davies
  2011-08-02  3:46   ` JuanPabloAJ
  2011-08-02  6:48 ` Bart Schaefer
  2 siblings, 1 reply; 5+ messages in thread
From: Aaron Davies @ 2011-08-02  3:35 UTC (permalink / raw)
  To: JuanPabloAJ; +Cc: zsh-users

On Mon, Aug 1, 2011 at 3:37 PM, JuanPabloAJ <jpabloaj@gmail.com> wrote:

> when I launch zsh, this no load .zshrc .
> Every time I have to use the command

.zshrc is for interactive shells

are you launching as a subprocess of another shell?

e.g.

bash-3.2$ zsh

if so, try "zsh -i"

see "STARTUP/SHUTDOWN FILES" in man zsh


^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: zsh no load .zshrc
  2011-08-02  3:35 ` Aaron Davies
@ 2011-08-02  3:46   ` JuanPabloAJ
  0 siblings, 0 replies; 5+ messages in thread
From: JuanPabloAJ @ 2011-08-02  3:46 UTC (permalink / raw)
  To: Aaron Davies; +Cc: zsh-users

[-- Attachment #1: Type: text/plain, Size: 606 bytes --]

Aaron,  
yes I launch zsh from bash.

I try with zsh -i , but is the same to only zsh .  

Regards.
--  
JuanPabloAJ

El lunes 1 de agosto de 2011 a las 23:35, Aaron Davies escribió:

> On Mon, Aug 1, 2011 at 3:37 PM, JuanPabloAJ <jpabloaj@gmail.com (mailto:jpabloaj@gmail.com)> wrote:
>  
> > when I launch zsh, this no load .zshrc .
> > Every time I have to use the command
>  
> .zshrc is for interactive shells
>  
> are you launching as a subprocess of another shell?
>  
> e.g.
>  
> bash-3.2$ zsh
>  
> if so, try "zsh -i"
>  
> see "STARTUP/SHUTDOWN FILES" in man zsh


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: zsh no load .zshrc
  2011-08-01 19:37 zsh no load .zshrc JuanPabloAJ
  2011-08-01 20:03 ` Tomasz Moskal
  2011-08-02  3:35 ` Aaron Davies
@ 2011-08-02  6:48 ` Bart Schaefer
  2 siblings, 0 replies; 5+ messages in thread
From: Bart Schaefer @ 2011-08-02  6:48 UTC (permalink / raw)
  To: JuanPabloAJ, zsh-users

On Aug 1,  3:37pm, JuanPabloAJ wrote:
} when I launch zsh, this no load .zshrc .

Run "zsh -x" to look for clues.  Perhaps ZDOTDIR is set to point to
a different directory, or perhaps there is another startup file read
earlier that is setting the NO_RCs option.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-08-02  6:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-01 19:37 zsh no load .zshrc JuanPabloAJ
2011-08-01 20:03 ` Tomasz Moskal
2011-08-02  3:35 ` Aaron Davies
2011-08-02  3:46   ` JuanPabloAJ
2011-08-02  6:48 ` Bart Schaefer

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).