Problems running Autojump with FreeBSD + Zsh
Created by: carlca
FreeBSD 11.1 running under Parallels 13 for Apple Mac Xfce + Slim Zsh (no zsh plugins)
Hello, I've installed Autorun, and I think it's installed correctly under FreeBSD although I did have to change the shebangs of the .py files to suit my Python2 installation.
I may not be using it correctly, but when, for instance, I do:
cd ./go/src
cd ../..
j s
I get the error message:
usage: autojump [-h] [-a DIRECTORY] [-i [WEIGHT]] [-d [WEIGHT]] [
--Complete]
[--purge] [-s] [-v]
[DIRECTORY [DIRECTORY ...]]
autojump: error: unrecognized arguments: -l
What am I doing wrong?
Thanks, Carl Caulkett