Tom Spec wrote:
I have setup many aliases in my .bash_profile script on Fedora Core 5. For example: alias ltr="ls -latr" When I ssh to the box, all my aliases work fine, but when I log into gnome locally on the box then start a terminal (gnome-terminal), I don't get any aliases. Is there a way I can get those aliases to work in gnome also?
You could try putting the alias definitions in ~/.bashrc rather than ~/.bash_profile.
Paul.