Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Why isn't $PATH expanded internally?
- X-seq: zsh-users 11846
- From: "Richard Hartmann" <richih.mailinglist@xxxxxxxxx>
- To: "zsh users" <zsh-users@xxxxxxxxxx>
- Subject: Why isn't $PATH expanded internally?
- Date: Sun, 16 Sep 2007 22:41:54 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=NiNpS7N915Uhkf+JR1R6c4x8Ne2ij4QZvH35qgIsIbI=; b=c/K7A+KMnO4z7ivpcSYbhnbpObeW75BQGKP0lVnxfdiJgbI4ZGHyIUbTNafziI5QczhKBbzRhNvNkGLu/H7fUvZdYYjYNtC5pknzR+ELvO4A1gt6qhsizkex62S5E8a1OTR9oCoTQwLWGkzdQ3VgsBI+Cdxy5zlZ2E4e2F269IQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=UNxnmrus58PdGbvCnbZLcipT7guVMtf4v1BltinjNDPAFzvKHVMpP/uWGsPBYA3bq6olzjxX5NjqDDaOCn7KXkxCD+DTdDehfypwXRzA2b9ePLvSjANO8e98m0tKucuVfLkntKlAprGSPPdr3cXTGhXC8LLVFIQi2Q6VZyAdk2M=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi all,
I am wondering why putting
~/foo
$HOME/foo # as in the string $HOME
into $PATH will not work as expected.
I am rather certain this is not oversight, but I am interested
in the rationale. Is it security reasons (although that seems
strange), execution speed (could be addressed by expanding
on load, but that would reduce functionality) or anything I can
not think of, atm?
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author