rogarb
ec369bb38e
fix(bureau): properly display git stash info ( #11711 )
3 years ago
rogarb
444e715766
feat(bureau): ignore hidden git repos ( #11707 )
...
The git_prompt_info() function in lib/git.zsh ignores git repos which
contains a specific config key, allowing to effectively "hide" them from
the prompt. Unfortunately, the bureau theme doesn't use the library
function to build its prompt.
This commit modifies the specific prompt generation function in the
bureau theme in order to achieve the same behaviour.
3 years ago
Marc Cornellà
1e26ad1187
fix(bureau): fix top line space computation
...
Takes into account $ZLE_RPROMPT_INDENT and doesn't add the extra
space at the end so it doesn't bleed into the next line.
4 years ago
Marc Cornellà
74a3db75e4
perf(bureau): remove multiple grep calls in git status check
4 years ago
Harris Miller
9e9831fcf2
fix(bureau): fix never `CLEAN` git status ( #10656 )
...
Closes #10656
4 years ago
Marc Cornellà
8e973d42bd
fix(bureau): fix `status` variable name causing error ( #10561 )
...
Also cleaned up the code a bit
Fixes #10561
4 years ago
Marc Cornellà
43be5ea321
fix(bureau): quote % in git prompt function and remove global variables
4 years ago
Marc Cornellà
82a4587427
Use `grep -q` for silent behavior
10 years ago
Marc Cornellà
e1b04cfecd
Fix logic of bureau_git_status function
...
This separates the gathering of file status, repository status and
stash.
10 years ago
isqua
e2bf7cb3df
Fix checkmark for clean repo in bureau theme
11 years ago
DanielFGray
00ec11d3c0
ignore any grep aliases that might be defined
11 years ago
Clemens Werther
999bd355f7
fix root mode not working in bureau
12 years ago
Ryan Marsh
c3c8cc318d
Fixes #2467 tab completion scrolls back in terminal when using bureau theme
12 years ago
isquariel
d34ab7f373
Added the Bureau theme
13 years ago