Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh: correct 'sudo' to '_sudo' [nyae]?
- X-seq: zsh-users 4565
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Hannu Koivisto <azure@xxxxxx>, zsh-users@xxxxxxxxxx
- Subject: Re: zsh: correct 'sudo' to '_sudo' [nyae]?
- Date: Sun, 6 Jan 2002 03:03:07 +0000
- In-reply-to: <87ofkvlh37.fsf@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <87ofkvlh37.fsf@xxxxxxxxxxxxxxxx>
On Dec 19, 11:00am, Hannu Koivisto wrote:
}
} I always get this message when I start a new shell (whether by
} logging to a system or by saying "zsh" when I'm logged on) and try
} to run sudo even though sudo is in path. rehash doesn't help, but
} "which sudo" always fixes the problem. What could be the culprit?
It's not surprising that "rehash" doesn't help, as all that does is
empty the command hash table, and correction treats the contents of the
command hash table as the correct spellings.
Does "rehash -f" (both empty the command hash and refill it again) help?
Do you use the HASH_LIST_ALL option? Unless that option is set, the
command hash table does not automatically fill itself during correction.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author