Antibody installation doesn't work
Closed this issue · 1 comments
kytta commented
Okay, so #78, which I've created, doesn't function properly. After installing the plugin with Antibody and trying to execute "wd", it tells me the following:
wd:.:1: no such file or directory: /Users/USERNAME/bin/wd/wd.sh
It seems that ${0:A:h}
, which should give the scripts absolute path, resolves to /Users/USERNAME/bin/wd/
, which is a directory that doesn't exist 🤔 I'll try to look into it
kytta commented
Whoops, I just didn't notice I had left the wd()
function from the automatic install in my .zshrc
😅. Everything works as intended 👍