Gentoo Archives: gentoo-user

From: Christer Ekholm <che@××××××.se>
To: gentoo-user@l.g.o
Cc: Dale <rdalek1967@×××××.com>
Subject: [gentoo-user] Re: Time to move on?
Date: Wed, 25 Mar 2009 17:40:05
Message-Id: 863ad1ijs3.fsf@poke.chrekh.se
In Reply to: Re: [gentoo-user] Time to move on? by Dale
1 Dale <rdalek1967@×××××.com> writes:
2 > Albert Hopkins wrote:
3 >>
4 >> Uh.. you don't "disable" it. You simply don't use the alias.
5 >>
6 > Oh, OK. <Dale waves hand over head.> If it is set up to add that
7 > option, how do you tell it not to use it?
8
9 You can type backslash before a alias to not use the alias.
10
11 alias ls='ls --color'
12
13 now ls lists with colors and \ls just runs the first ls found in your
14 $PATH
15
16 --
17 Christer