summaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)Author
2023-09-11feat(oldgalois): add theme (#11880)Felipe Gallois
Closes #11879
2023-09-11feat(mortalscumbag): show toolbox info (#11884)AJ Jordan
2023-09-06feat(gallois): big rewrite to `gallois` theme (#11867)Felipe Gallois
2023-07-25feat(agnoster): add git tag to prompt (#8417)jabunovoty
Co-authored-by: Jakub Novotny <jakub.novotny@deutsche-boerse.com>
2023-07-25feat(fino-time): add conda environment (#11785)naturedamends
2023-07-23fix(michelebologna): use blue instead of white (#11810)Zou Yang
2023-05-24fix(bureau): properly display git stash info (#11711)rogarb
2023-05-23feat(half-life): add virtualenv prompt (#11708)Felipe Francisco
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.
2023-05-09fix(robbyrussell) multiline command editing (#11681)roodkcab
Co-authored-by: chenshuoshi <chenshuoshi@inagora.cn> Closes #11680
2023-05-03fix(apple): go back to previous iconCarlo Sala
Turns out that <U+F8FF> is a reserved unicode code that is Apple logo in Apple systems. Nerd fonts was overwritting that code to other stuff in v2 and that's why I thought it needed to be replaced. Closes #11665 This reverts commit 693e3dcc447b5d6fa611eea43166ea2b4e0ed877.
2023-05-02fix(apple): replace deprecated nerdfonts iconCarlo Sala
2023-02-23fix(af-magic): fix logic for separator with virtualenv (#11518)WaferJay
2023-02-14fix(af-magic): fix python venv checking logic (#11495)shelfofclub
2023-02-09feat(amuse): add virtualenv support (#8987)Samyak Sarnayak
Fixes #7766 Closes #8814
2023-01-23feat(mlh): add separate prompt symbol for root user (#11451)Bartek Pacia
2022-12-09feat(agnoster): add remote-tracking status to prompt (#7209)Dan Wallis
2022-11-23fix(avit): replace deprecated GREP_COLOR (#11168)Mathieu Fenniak
2022-11-04docs: fix some capitalization typos(#11293)Frieder Bluemle
2022-07-12fix(frontcube): fix escape of reset color sequence (#10921)Anubhav Sharma
2022-04-09fix(frisk): fix color typo in `PS2` (#10839)PierreD
2022-03-03fix: fix svn branch output in themes: apple, gentoo, kolo, zhann (#10751)Marc Cornellà
Fixes #10751
2022-03-03style: remove VCS_INFO svn settings from themes that don't enable itMarc Cornellà
2022-02-24refactor(michelebologna): simplify and clean up codeMarc Cornellà
2022-02-24fix(michelebologna): use `$HOST` variable instead of running `hostname` (#10724)Carlo Sala
2022-02-10fix(emotty): show error on missing plugin dependencies (#9811)Marc Cornellà
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-27style(rkj-repos): change `white` to `default` to support light color schemes ↵Lukas
(#6195) Co-authored-by: Matthias Doering <matthias.doering@teamix.de>
2022-01-27fix(ys): fix `$VIRTUAL_ENV` check if `nounset` is enabled (#9915)Kuri Schlarb
2022-01-24feat(simple): add color to git status indicator (#4962)Mathias Neerup
Closes #4962
2022-01-22feat(ys): show `svn` repository information (#10582)GitHubLeakedPAN, GitHubLeakedMyautsai
2022-01-10fix: disable `log.showSignature` in `git log` callsMarc Cornellà
2022-01-10fix(avit): disable `log.showSignatures` in `_git_time_since_commit` (#10072)WeZZard
2022-01-05style: declare globals properlyMarc Cornellà
By default, `typeset` defines variables locally unless in the main scope. This is specially bad when using `omz plugin load`, which happens inside a function, so the declared variables don't continue being defined when the function finishes and the main scope reappears.
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: quote % in `box_name` prompt functionsMarc Cornellà
2022-01-03fix(bureau): quote % in git prompt function and remove global variablesMarc Cornellà
2022-01-03fix(trapd00r): fix potential command injection in `zsh_path`Marc Cornellà
2022-01-03fix(agnoster): quote % in prompt functionsMarc Cornellà
2021-12-28fix(random): fix negated logic in `ZSH_THEME_RANDOM_QUIET`Marc Cornellà
2021-12-26fix(random): fix `ZSH_THEME_RANDOM_QUIET` check (#10534)Marc Cornellà
BREAKING CHANGE: For consistency, `ZSH_THEME_RANDOM_QUIET` now needs to be `true` if you want to silence the "Random theme loaded" message in the `random` theme. The wiki specified that 1 or true was valid, while the code just checked whether it was set to any value. Being more strict makes sure that we're consistent with the rest of the Settings. Fixes #10534
2021-12-21fix(af-magic): add space before git and hg information (#9396)rutriff
Closes #9396
2021-12-16fix(jonathan): fix top bar alignment with RPROMPTMarc Cornellà
2021-12-16fix: declare variables as global when using `typeset`Marc Cornellà
Fixes fb86ec77
2021-12-14style: use `typeset` for dynamic variable namesMarc Cornellà
2021-12-13fix(ys): use default color instead of gray for improved readability (#10506)deimosian
2021-12-13refactor(themes): use `ruby_prompt_info` everywhereMarc Cornellà
2021-12-13style(simonoff): fix code style and optimize use of variablesMarc Cornellà