-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OSX doesn't install to path #36
Comments
Hi @spuder , thank you for reporting this. The problem is that the formula depends on the For now, you can install the missing formula with: brew install bash-completion I will update the |
@spuder can you please try installing the missing formula and let me know if all good? Thank you! |
I've tried installing bash-completion and also followed the instructions of that package
Then I open a new bash terminal, but goto still isn't in part of the path. |
Same for me, even after installing |
Unfortunately I still can't reproduce it on my machine. |
If that can help, I know have this error each time I open a new terminal :
|
@thib-rdr Is there any case you are in |
@iridakos Yes, I am using Oh My ZSH. |
I have same problem. I'm using ZSH too. |
I am also having this problem using bash. |
@thib-rdr @mingrammer Sorry for the delayed response. Unfortunately, I can't test the script on MacOS' zsh any time soon. The script is only available for the bash shell on MacOS at the moment. |
@EdKeith Hello, thanks for reporting. Are you on bash or zsh shell? |
ZSH uses setopt not shopt an option might be https://github.com/larz258/Zshopt/blob/master/shopt |
Closing due to inactivity. |
I have looked into this a little. To me, it seems like to be able to install via Installation process is different in a sense that simply putting the There might be some other ways to support doing just that via I would love to try update the structure, though I'm afraid to break some other things in the process. We'll need to implement tests to avoid that. |
I am using
So I added this line to .bashrc (or .bash_profile in my case):
And now both |
Great, @BellaTrix25336. That worked great. I'm using MacOS and zsh 😄 . Maybe you could mention this in the repo, @iridakos 👍 ? |
@BellaTrix25336 thanks! This worked for me as well. |
In addition to the fix from @BellaTrix25336, a slightly cleaner fix is to add this to your
|
Close all terminal windows, and reopen
I've tried
brew unlink goto; brew link goto
, and uninstalled and reinstalled,I've also tried
Something is still wrong with the brew package for goto on OSX
The text was updated successfully, but these errors were encountered: