Jacopo De Simoi
9ee043274d
Add a comment about dropbox
3 months ago
Jacopo De Simoi
cb378fd117
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
3 months ago
Jacopo De Simoi
da25038592
Fix theme with the async git prompt
3 months ago
Jacopo De Simoi
37295c2fac
Fix branch not appearing in recent oh-my-zsh versions
3 months ago
Jacopo De Simoi
463c90aa68
Prevent stalling on remote mounts
...
Do not call git branch on remote mounts; it takes forever to reply.
3 months ago
Jacopo De Simoi
8ea67f82ef
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.
3 months ago
Jacopo De Simoi
c27b635c49
Fix whitespace
3 months ago
Jacopo De Simoi
e1d64a687b
Tint the vertical bar according to exit code
3 months ago
Jacopo De Simoi
329315d9c2
Fix jobs counting
...
Sometimes jobs would be counted twice; work around this issue
3 months ago
Jacopo De Simoi
26ff6660e3
Fix another typo (should fixup with previous commit)
3 months ago
Jacopo De Simoi
cc971f048a
Add git_commits_behind
3 months ago
Jacopo De Simoi
f0c254fcea
Add todo about exit status
3 months ago
Jacopo De Simoi
d8f12533cf
Tint the # if root
3 months ago
Jacopo De Simoi
092ab22eef
Use with solarized colorscheme
3 months ago
Jacopo De Simoi
724d5b5bac
use PoP-like marks for number of jobs
3 months ago
Jacopo De Simoi
19b27b4d17
Add number of jobs on the right
...
Still unsure
3 months ago
Jacopo De Simoi
7d9660340d
Add commits ahead to prompt
3 months ago
Jacopo De Simoi
a17932d77a
Add variation on gentoo theme
3 months ago