You have a number of options here:

1. Create a ~/.bash_profile file. Here is mine to use as an example:

# .bash_profile
 
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
        . ~/.bashrc
fi
 
# User specific environment and startup programs
 
PATH=$PATH:$HOME/bin:/usr/java/j2re1.4.1_02/bin:/usr/local/Acrobat5/bin
 
export PATH
unset USERNAME

2. You should be able to export environment variables in the ~/.bashrc
file.

3. For global configuration edit the /etc/profile file.

Jesse
-- 
Jesse Kline, RHCT
http://www3.telus.net/public/klinej/resume.html

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to