dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Fast git status - load only when in git repo

Open bew opened this issue 6 years ago • 3 comments

:heart: https://github.com/romkatv/gitstatus

bew avatar Mar 07 '19 11:03 bew

Done in https://github.com/bew/ConfigZsh/commit/5a0705e7e99c16934e0c256ec55c9537db4f3b73 !

The prompt still feels slow, I'll need to profile it and make it faster Edit: it's better now, I removed a bunch of useless stuff and used zplugin for compilation speedup!

bew avatar Apr 29 '19 09:04 bew

TODO: start the daemon only when necessary

bew avatar Sep 26 '19 09:09 bew

Best would be to have a single gitstatusd daemon per git repo (only if there's a shell in it), not per zsh instance

bew avatar Feb 11 '20 01:02 bew