On Fri, Jan 21, 2011 at 11:29 PM, Hiisi <saipp...@gmail.com> wrote:
> Thank you, Kevin. Scripts are really difficult. But it seems to me I've
> found simple solution:
> yum erase firefox

There are 2 simpler (less extreme) solutions:

1. ~/.bashrc is not sourced when a user logs in. You need to source
that in your ~/.bash_profile or define your alias in ~/.bash_profile

2. symlink the firefox4 executable to something like ~/bin/firefox and
add ~/bin in front of your $PATH variable in your ~/.bash_profile like
this,   export PATH=$HOME/bin:$PATH

Hope that helps.

-- 
Suvayu

Open source is the future. It sets us free.
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to