Matt Thompson
Matt Thompson
@JHenneberg Well, if I clone one of the projects I work on: ``` git clone https://github.com/GEOS-ESM/MAPL.git ``` and then open that folder in Code and then open, say, `base/MAPL_Base.F90`, I...
Ohhh. I see it. The others are all two-dot semver versions or just plain ol' strings. It's not like it hurts anything, but it just struck me as odd. :smile:
@lfilho I think the "usual" way should work. Go to your `~/.zprezto/contrib` directory and do a: ``` git clone https://github.com/jeffreytse/zsh-vi-mode ``` and then add `zsh-vi-mode` to the `zstyle ':prezto:load' pmodule`...
Just discovered this myself and was about to make a PR. Would be nice to fix this!
> @mathomp4 of course ! I will try to have it ready for the next release soon Thanks! I'll gladly test. I tried some of my others and had...limited success....
@HalfVoxel Is `noglob` needed in fish as well? I keep wanting to try it out, so I'm learning about it.
Hello all. The linked issue above is from me. The project I'm working on uses sparse checkout and apparently powerlevel10k prompt doesn't handle sparse checkout because libgit2 doesn't handle it....
As an aside, it looks like git itself has been focusing on sparse checkout: https://github.blog/2020-01-17-bring-your-monorepo-down-to-size-with-sparse-checkout/ https://github.blog/2020-03-22-highlights-from-git-2-26/#updates-to-git-sparse-checkout So hopefully that will make it more common and might get sparse-checkout support in...
I'd also ask if it's possible to have the git bits of the prompt ignore submodules. One of the repos I use has about 12 submodules in its main directory....
@romkatv Definitely faster! Pretty much instant. Seems to handle the submodules in a happier manner. Of course, not as fancy as `starship`. Maybe it's time to ask my sysadmins at...