Quando o arquivo .zprofile é lido?

3

Estou usando .zprofile para configurar algumas coisas, e presumo que seja avaliado toda vez que eu fizer login em determinado usuário. Estou correcto?

    
por Sławosz 09.12.2013 / 11:27

1 resposta

1

Não é avaliado toda vez que você usa tcsh ou ksh . Então provavelmente é avaliado apenas por zsh .

De aqui :

zsh

As always, zsh is very flexible. Startup files are read from the directory named in the ZDOTDIR environment variable, if any;[6] otherwise, from HOME. All shells read the global /etc/zshenv and your .zshenv files. If the shell is a login shell, commands are read from /etc/zprofile and then your .zprofile. Then, if the shell is interactive, commands are read from /etc/zshrc and your .zshrc. Finally, if the shell is a login shell, /etc/zlogin and your .zlogin files are read.

    
por 09.12.2013 / 11:35

Tags