Jacopo De Simoi
4144e35a03
Force registering of async git_prompt_info
...
In my setup the $git_prompt_info variable is wrapped in a function;
hence it does not trigger the regex in the git library of oh-my-zsh.
This patches away the check and force registering the handler
I also remove the workaround that I previously inserted in the theme
1 month ago
Jacopo De Simoi
88b7447635
Fix theme with the async git prompt
1 month ago
Jacopo De Simoi
d1f828fc92
Fix branch not appearing in recent oh-my-zsh versions
1 month ago
Jacopo De Simoi
a7a922f097
Prevent stalling on remote mounts
...
Do not call git branch on remote mounts; it takes forever to reply.
1 month ago
Jacopo De Simoi
6935bb49e1
Fix issue with number of jobs not detected anymore
...
This was probably caused by some ~zsh~ update. I suspect that the
~jobs~ command is now run in a subshell with zero background jobs.
1 month ago
Jacopo De Simoi
ec3cb33b09
Fix whitespace
1 month ago
Jacopo De Simoi
da8acb83b9
Tint the vertical bar according to exit code
1 month ago
Jacopo De Simoi
a8b4efd8bc
Fix jobs counting
...
Sometimes jobs would be counted twice; work around this issue
1 month ago
Jacopo De Simoi
6227d347cd
Fix another typo (should fixup with previous commit)
1 month ago
Jacopo De Simoi
7c4b66fc19
Add git_commits_behind
1 month ago
Jacopo De Simoi
8d523ddba8
Add todo about exit status
1 month ago
Jacopo De Simoi
654f9bfb5e
Tint the # if root
1 month ago
Jacopo De Simoi
a2d825c2be
Use with solarized colorscheme
1 month ago
Jacopo De Simoi
235e880e06
use PoP-like marks for number of jobs
1 month ago
Jacopo De Simoi
54dfc9b8ca
Add number of jobs on the right
...
Still unsure
1 month ago
Jacopo De Simoi
135b934e8e
Add commits ahead to prompt
1 month ago
Jacopo De Simoi
cb407568ef
Add variation on gentoo theme
1 month ago