summaryrefslogtreecommitdiff
path: root/themes/bureau.zsh-theme
AgeCommit message (Collapse)Author
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