-
Notifications
You must be signed in to change notification settings - Fork 387
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
macOS Catalina, not working #57
Comments
I think it's because you cannot run |
From my experience in this case I used this cmd Ref : https://stackoverflow.com/questions/24513873/git-tab-completion-not-working-in-zsh-on-mac |
I'm having similar trouble with Bash on Catalina (brand new laptop, not an OS upgrade). Homebrew installation was fine, all the scripts and bash files are in the correct places, and I created a bash_profile because I didn't have one, and even set my shell to load with Bash Completion folder from the Terminal preferences. Any ideas? Thanks! |
Default shell is now zshell and not bash. Update your shell and change it back to bash and you should be good to go. Iterm: Preferences -> Profiles -> Command -> Custom shell and enter /bin/bash |
Thanks, it's been two days that I'm searching for a solution to my autocomplete issue on the Iterm app! 🙏 |
For those having the same issue on Mac OS Catalina and zsh, here is my simple solution: It is very likely that you already have the git autocomplete files. Check it running If you don't have it, download it and save it anywhere, I suggest it to be a folder under the home directory like Then, open (or create) the file And now, just close and open your shell again. |
I had to add |
I'm unclear how I'm supposed to mend this if it's broken on bash and I want to keep using bash. I see that I do have the files @micaelomota listed at |
@sanscontext if you are keeping bash, the only thing you need to do is to add |
@micaelomota Much appreciated, but I think I need to do something more than that. 🤔 |
If nothing helps, try to remove symlink |
Stop working in macOS Catalina
The text was updated successfully, but these errors were encountered: