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

Re: zsh funcs



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