Ungregistered alias on MacOS
mpeters opened this issue ยท 8 comments
mpeters commented
$ goto -r dev /Users/mipeter3/Development/
Alias 'dev' registered successfully.
$ goto dev
goto error: unregistered alias dev
$ bash --version
GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin17)
Copyright (C) 2007 Free Software Foundation, Inc.
This is on Mac OSX 10.13.3
mpeters commented
Also, the alias is listed there:
$ goto -l
dev /Users/mipeter3/Development
But it still can't be found
$ goto dev
goto error: unregistered alias dev
iridakos commented
Thanks for reporting! I will check and get back to you.
shnupta commented
I have the exact same issue too. Also on macOS.
iridakos commented
With the latest version of the script you should be fine.
@mpeters Can you please close this issue if you check that it works?
Thank you for your feedback ๐
iridakos commented
Side note: there were other problem that were fixed too.
shnupta commented
Works perfect for me, and also the auto-completion is working too now!
mpeters commented
Just confirming that it works for me now too. Thanks.