Added zsh support#15
Conversation
|
It produces the following warning when opening a new terminal window: macOS Catalina 10.15.7 |
|
Thanks for the info @demedos! Appears to happen if some folders would be made accessible through "less than ideal" permission settings. Quote:
I think it would make sense to add the |
|
Cool, adding it to the |
|
@demedos the way I read it (in no way being an expert on the command): I'll probably spend some more time looking into it before doing a commit though! |
Now uses zsh build in completion. Chose not to use zsh built in VCS info to keep env var support. Lots of advice found at: https://git-scm.com/book/sv/v2/Appendix-A%3A-Git-in-Other-Environments-Git-in-Zsh
|
I've updated the Regarding the I'd love for someone to still try this thing out, although I've "confirmed it is working on my computer" 🤓 |
|
Nice, on my machine it works too 😂 Let's mention that potential issue on the README with some hint about it, as seen here: https://stackoverflow.com/a/22753363 @Ondkloss mind taking over the repo so that we can merge some pull request? |
|
@demedos what exactly do you mean by taking over? In any case I'll be very happy to assist in merging etc. |
|
It seems like @fabriziocucci has abandoned this repo. |
|
@demedos currently I'm working directly on my fork. I'm not sure if a brand new repo would help? I could easily add you to my fork, if you feel like that is the way to go. Being a fork it sort of pays tribute to the origin, as well as maybe channeling some of those finding this repo onward. |
|
@Ondkloss Yes I was talking about creating a new repo with reference to this one on the first lines of the README for credits. |
Explicitly set `setopt PROMPT_SUBST` to allow command substitution.
|
@fabriziocucci what do you think? Can we merge? |
This repo is not maintained anymore, you better install it from the @Ondkloss fork |
|
Hello everyone, happy to merge this today! 🙂 @demedos is right, I've left this untouched for quite sime time, probably since zsh has become the default shell for macOS, which somehow pushed me away from this lightweight solution and towards more heavyweight alternatives (e.g. I'd be curios to know form the people using this today, what are your main motivations? |
|
Hey @fabriziocucci, the thing is this repo appears in the google SERP when you search for something like "git integration shell" or "git bash integration" or "git bash mac". So eventually people ends up here before even reading about the existence of Oh My Zsh. That's where I was when I commented above. After searching for a while with different search strings, I ended up in a page in the git website where Oh My Zsh is mentioned and how to use it. I did what was written there and boom, now everything is working. Now I think the web is only missing a clear guide on how to integrate |
|
@fabriziocucci hey Fabrizio, happy to hear from you! I didn't think you would get back to this repo, honestly. I was used to Git Bash on windows, and this is the closest bash integration that I've found. Please let me know if I can help contributing to this repo; I'm sure @Ondkloss would be happy to do so too. |
|
@demedos happy to add you and @Ondkloss both as collaborators on the repo if you have bandwidth! 🙂 |
|
I think this PR is a bare minimum zsh support, but I think all of my fork would make sense at this point. I'll have to do a slight review though. But although bandwidth is limited I wouldn't mind the role as I do tend to respond to comments anyway. |
|
Just sent an invite as collaborator to both of you @Ondkloss and @demedos. |
|
Closing. Replaced by #17, which will probably have the same conclusion. |
|
What is this ?
…On Mon, Mar 21, 2022 at 3:30 PM Halvor Holsten Strand < ***@***.***> wrote:
Closed #15 <#15>.
—
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANQ6NOVCYA3KZSMBN37DPZTVBDZ7PANCNFSM4SCBF6VQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***
com>
|
Added zsh support. Now attaches to both .bash_profile and .zshrc.
This should be useful for newest MacOS versions as zsh is now the default.