summaryrefslogtreecommitdiff
path: root/themes/bureau.zsh-theme
AgeCommit message (Collapse)Author
2023-05-24fix(bureau): properly display git stash info (#11711)rogarb
2023-05-22feat(bureau): ignore hidden git repos (#11707)rogarb
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.
2022-02-07fix(bureau): fix top line space computationMarc Cornellà
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.
2022-02-07perf(bureau): remove multiple grep calls in git status checkMarc Cornellà
2022-02-07fix(bureau): fix never `CLEAN` git status (#10656)Harris Miller
Closes #10656
2022-01-03fix(bureau): fix `status` variable name causing error (#10561)Marc Cornellà
Also cleaned up the code a bit Fixes #10561
2022-01-03fix(bureau): quote % in git prompt function and remove global variablesMarc Cornellà
2016-04-04Use `grep -q` for silent behaviorMarc Cornellà
2016-04-04Fix logic of bureau_git_status functionMarc Cornellà
This separates the gathering of file status, repository status and stash.
2015-01-13Fix checkmark for clean repo in bureau themeisqua
2014-11-16ignore any grep aliases that might be definedDanielFGray
2014-06-08fix root mode not working in bureauClemens Werther
2014-03-10Fixes #2467 tab completion scrolls back in terminal when using bureau themeRyan Marsh
2013-11-08Added the Bureau themeisquariel