On Fri, Jan 21, 2011 at 11:29 PM, Hiisi 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 ~/.
ke, 2011-01-19 kello 19:00 -0500, Kevin J. Cummings kirjoitti:
<--SNIP-->
> Its not your alias that is the problem. Its the chain of scripts that
> get invoked. Take a look at /usr/bin/firefox and your firefox4 scripts
> and see what they are doing. I'm betting that the scripts are so
> similar,
On 01/19/2011 06:38 PM, Hiisi wrote:
> Hi!
> I have few aliases in .bashrc. They all work as expected. Recently I
> installed firefox4 from remi repo and pretty happy with it. However I
> would like command 'firefox' to be aliased to 'firefox4'. So, I added
> the following entry in .bashrc:
> alias
Hi!
I have few aliases in .bashrc. They all work as expected. Recently I
installed firefox4 from remi repo and pretty happy with it. However I
would like command 'firefox' to be aliased to 'firefox4'. So, I added
the following entry in .bashrc:
alias firefox='firefox4'
But it doesn't work! After I