iridakos/goto

Ungregistered alias on MacOS

mpeters opened this issue ยท 8 comments

$ 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

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

Thanks for reporting! I will check and get back to you.

I have the exact same issue too. Also on macOS.

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 ๐ŸŽ‰

Side note: there were other problem that were fixed too.

Works perfect for me, and also the auto-completion is working too now!

@shnupta Super!

Issue closed. /cc @mpeters

Just confirming that it works for me now too. Thanks.