Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

_path_files and variables



bor@itsrm2:~%> cd /tools/bin
bor@itsrm2:/tools/bin%> l ${PWD}/z
Beep

but

bor@itsrm2:/tools/bin%> zsh -f    
itsrm2% l ${PWD}/z
zip*               zipinfo*           zsh*               zsh-3.1.5-pws-8*
zipcloak*          zipnote*           zsh-3.1.5-pws-10*  zsh-3.1.5-pws-9*
zipgrep*           zipsplit*          zsh-3.1.5-pws-11*  zsh.old*

I quite often used completion at least with $PWD

And I suspect, that the following will break (sigh ...):

${PWD/foo/bar}/TAB

not that I expect it to be used so often :-)

/andrej



Messages sorted by: Reverse Date, Date, Thread, Author