Re: Variavel de Ambiente - Profile

2005-06-13 Por tôpico Yupanqui Munoz
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

Re: Variavel de Ambiente - Profile

2005-06-13 Por tôpico Rauklei Guimarães
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: >

Re: Variavel de Ambiente - Profile

2005-06-13 Por tôpico Rauklei Guimarães
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