Noah Gorny
Noah Gorny
> How will we keep this aligned with the Oh My Zsh project implementation? > > In [PR #1201](https://github.com/Bash-it/bash-it/pull/1201/files#diff-128cd8e23d4925031bbcc6361903699a6e07dc6ee6b2d486716e41572e49922bR1-R5) I tried to document a scripted approach. Would it make sense...
> How may approvals does a PR need? 🤪 haha, I still need to add some kind of script that updates this completion.. so its not ready yet. thanks for...
I am also okay with vendoring it as it is right now- and update it once in a while. what do you think @cornfeedhobo @bittner ?
> May I suggest that the new alias file be named `git-omz`? It's providing aliases from _Oh My Zsh_, not from _Zsh_ itself. Just a nitpick... Nice idea- done!
Howdy folks! I have added `ohmyzsh` as a vendored library using `git-vendor` with @buhl changes. this will hopefully be easier to maintain, although I still changed some code from the...
> @NoahGorny I like it. The only question I have remaining is if you are open to the idea of applying patches to vendored libs and what that should look...
Hi @clupasq, sorry for the late response. What terminal do you use that allows you to edit the current command-line? I want to try and reproduce it myself
This is caused by us using `git fetch` without `--depth 1` in the code: https://github.com/Bash-it/bash-it/blob/58f2240789bdf2819e6466a09ac1285acd4b3f2e/lib/helpers.bash#L231 I played around with it, and the shallow copy is generally a no-go together with...
> @NoahGorny Why don't I get the latest version when I do the initial clone with depth 1? Then I don't have to update it (at least for a while)...
Wow @buhl, I was just going to open this kind of issue right now. Well done! I will add other external stuff via editing your comment :smile: