On Thu, Jan 12, 2017 at 05:34:52PM +0100, Nicolas George wrote:
> Le tridi 23 nivôse, an CCXXV, Greg Wooledge a écrit :
> > $ (unalias edit; reportbug)
> > 
> > I'd be very shocked if that doesn't work in zsh.
> 
> I'd be very shocked if that did anything useful with any shell.

Oh.  You're right.  Wow, aliases are horrible.

wooledg@wooledg:~$ type foo
foo is aliased to `echo bar'
wooledg@wooledg:~$ unalias foo; foo
bar
wooledg@wooledg:~$ foo
bash: foo: command not found

Bah!

Reply via email to