On Mon, Feb 10, 2003 at 02:36:43PM -0800, Jerry Roy wrote:
> Hi List,
> 
> How do I permanently set an environment variable so it works across reboots? I have 
>the command down, just don't know which is the correct file (.bashrc? .profile?) to 
>place it in. Someone said there is a "Better" way. Please offer suggestions on 
>writing the command.
> 
> set $ICAClient:/test/icadir
> export $ICAClient
> 
The above seems strange sysntax for bash.
ICAClient=/test/icadir
export $ICAClient

seems more appropriate.
-- 
-------------------------------------------
Aaron Konstam
Computer Science
Trinity University
715 Stadium Dr.
San Antonio, TX 78212-7200

telephone: (210)-999-7484
email:[EMAIL PROTECTED]



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to