Henry Pugsley wrote: > Put everything in .bashrc then source .bashrc from .profile, then you get > the same for login and normal shells. That causes problems if you have something like: export PATH=my_special_path:$PATH Generally you don't want to set environment variables in .bashrc -- Bruce