Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATH fails with non-existing directory..
- X-seq: zsh-users 2978
- From: max@xxxxxxxxx (Max R. Andersen)
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: PATH fails with non-existing directory..
- Date: 23 Mar 2000 19:46:39 +0100
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
Hi!
Im a rather new user of zsh, so bair with me if this is
a well known "feature" :)
Im using zsh-3.0.5 and the problem is that zsh cannot
find commands if PATH contains non-existing path names :((
Can this be true ?
% path=/usr/bin/
% ls
bin info man src
% path=/usr/bin/:/nonexisting/name
% ls
zsh: command not found: ls
Every other shell(sh,bash,tcsh) handles this without any error :(
What can I do ?
--
Max R. Andersen (max@xxxxxxxxx)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author