Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh funcs
- X-seq: zsh-workers 2214
- From: Vinnie Shelton <shelton@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxxx
- Subject: Re: zsh funcs
- Date: Fri, 11 Oct 1996 11:03:46 -0400
- Cc: Tom Doran <doran@xxxxxxxxxxxxxxxx>
- Reply-to: acs@xxxxxxxxxxxxx
Somewhere between 3.0.0 and 3.0.1-test3, my namedir function (can't
remember the attribution, sorry) stopped working:
# Shorten the current directory to a ~ name
# (Only works as a zsh function)
$1=$PWD
: ~$1
It used to name the current directory; now it outputs this error:
zsh: no such file or directory: tf=/vobs/devel/shared/hsd100/testfiles
Vin Shelton
Messages sorted by:
Reverse Date,
Date,
Thread,
Author