Descobri!!!
Edita no /etc/bash.bashrc
On 6/13/05, Rauklei Guimarães <[EMAIL PROTECTED]> wrote:
> Talvez o melho local seria o ~/.bash_profile e não
> ~/.bashrc como reportei anteriormente, algo como:
>
> faça o seu ~/.bash_profile interpretar o /etc/profile,
> algo
> como:
> # include profile if
Talvez o melho local seria o ~/.bash_profile e não
~/.bashrc como reportei anteriormente, algo como:
faça o seu ~/.bash_profile interpretar o /etc/profile,
algo
como:
# include profile if it exists
if [ -f ~/etc/profile]; then
. /etc/profile
--- Yupanqui Munoz <[EMAIL PROTECTED]> escreveu:
>
faça o seu ~/.bashrc interpretar o /etc/profile, algo
como:
# include profile if it exists
if [ -f ~/etc/profile]; then
. /etc/profile
> Por favor, quem puder veja o meu profile logo
> abaixo...
> ---
> # /etc/profile: system-wide .profile file for the
> Bourne shell (sh(1))
> # and Bourne co
3 matches
Mail list logo