Re: gnome-terminal
- From: "Jean-Raymond.Chauviere" <Jean-Raymond Chauviere cetelem fr>
- To: Alan Patterson <alan patterson Nexan com>
- Cc: "'gnome-list gnome org'" <gnome-list gnome org>
- Subject: Re: gnome-terminal
- Date: Wed, 21 Mar 2001 12:27:49 +0100
The .profile files are read only once at login time.
You are confusing with shell session file that are exécuted
at each shell invocation ( interactive or in script)
in .profile, define
export ENV=$HOME/.kshrc
and put in it what you want to execute at each invocation.
under ksh, you can use the '-p' as in
#!/bin/ksh -p
if you don't want to read the $ENV file.
read the manual for exact names
JRC
PS:
for compatibility do
ln -s .profile .bash_profile
ln -s .kshrc .bashrc
or the inverse ... -:)
> Alan Patterson wrote:
>
> Embarrassingly simple question.
> gnome-terminal doesn't read my .bash_profile file, even though
> I'm running bash as my shell. Other terminals do.
>
> Should I be placing my profile info elsewhere ?
>
> Cheers,
> Alan Patterson
--
Nur der Kleingeist hält Ordnung, das Genie beherrscht das Chaos.
Seuls les petits esprits aiment l'ordre, le génie maitrîse le chaos.
(anonyme)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]