| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-22 | fix(blinks)!: use `default` instead of `black` color (#13123) | G'lek Tarssza | |
| 2025-04-19 | fix(agnoster): respect bg / fg user envs (#12897) | Pedro A. Aranda Gutiérrez | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2025-03-20 | fix(nicoluaj): avoid overriding customization params (#12859) | Hong Xu | |
| 2025-02-19 | fix(agnoster): print white text over black for light theme only (#12983) | tuzi3040 | |
| 2025-02-14 | fix(agnoster): print white text over black (#12525) | Adrien Plazas | |
| 2025-02-12 | feat(agnoster): add color config and add some git stuff (#12505) | Stephen Gelman | |
| Co-authored-by: Kilobyte22 <stiepen22@gmx.de> Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2025-01-15 | fix(sonicradish): reset color typo (#12912) | Abhijeet Vashistha | |
| 2024-12-30 | fix(af-magic): add logic for virtualenv separator (#12875) | Kalle Ahlström | |
| 2024-10-08 | feat(jonathan): add virtualenv support (#12705) | Paul | |
| Co-authored-by: paul <paul@MAINPC> | |||
| 2024-09-24 | fix(aussiegeek): quote color sequences | Marc Cornellà | |
| 2024-09-18 | feat(gnzh): add virtualenv prompt (#12666) | rakeshgm | |
| 2024-09-03 | Revert "fix(awesomepanda): new line wrap" (#12651) | Marc Cornellà | |
| This reverts commit 80c114cb3a64044ea50b623f96a35bc022db5e8d. | |||
| 2024-07-15 | feat(bira): add `conda` env information (requires `conda-env` plugin) (#12546) | Teddy Masters | |
| Closes #10274 Closes #12546 Co-authored-by: elfisworking <zymustb@126.com> Signed-off-by: elfisworking <zymustb@126.com> | |||
| 2024-07-12 | refactor(pygmalion): simplify theme logic and prompt sequences (#12550) | Marc Khouri | |
| * Simplify Pygmalion Theme The Pygmalion theme previously had some logic for counting line length and taking action based on line length. The action was removed in c52441b624c0b1fa075bc6110032bd4e75311909, but the counting still needlessly happens. This commit removes the code to count line length, and simplifies the Pygmalion theme by moving the "precmd" into the setup. As a bonus unintended side effect, this makes the Pygmalion theme compatible with the current async prompting logic (i.e. after this change, Pygmalion is no longer affected by https://github.com/ohmyzsh/ohmyzsh/issues/12328) * refactor(pygmalion): redo and simplify prompt sequences With this commit we put the minimal needed color resets, i.e. only when we don't control the previous text we need to do a full reset. Otherwise we can just use %F{} to change only the foreground color. Co-authored-by: Marc Cornellà <marc@mcornella.com> | |||
| 2024-06-17 | fix(essembeh): use async prompt (#12512) | Sébastien MB | |
| 2024-05-22 | Revert "feat(agnoster): add `anaconda` env information (#12434)" | Carlo Sala | |
| This reverts commit 309129f651eeeca62c3a3b7f6817f0ac601db9f0. | |||
| 2024-05-22 | chore(agnoster): typo (#12437) | robinverduijn | |
| 2024-05-21 | feat(agnoster): add `anaconda` env information (#12434) | Daniel Ochoja | |
| 2024-05-15 | feat(amuse): add whitespace before virtualenv (#12423) | Fritz Reichwald | |
| 2024-04-23 | feat(fishy): add color to username (#12369) | John Matczak | |
| 2024-04-16 | fix(agnoster): prevent accidental alias use | Marc Cornellà | |
| 2024-03-26 | style: remove trailing whitespace (#12303) | vladislav doster | |
| 2024-02-12 | feat(bira): add support for `kube-ps1` prompt (#8437) | SgtDaJim | |
| 2024-01-25 | fix(awesomepanda): new line wrap | Eemil Lagerspetz | |
| Closes #5982 Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 2024-01-08 | fix(rkj-repos): check if `~/.hgrc` exists (#12148) | ChaosInventor | |
| 2023-11-24 | fix(robbyrussell): line wrapping for some systems (#12058) | Yuxuan Lu | |
| 2023-10-13 | fix(gnzh): Don't show .local for local hostnames in theme | Robby Russell | |
| Fixes #10871 | |||
| 2023-10-13 | fix(avit): RPROMPT Fix for #10307 (#11131) | Steve Lessard Jr | |
| Co-authored-by: Steve Lessard <slessardjr@users.noreply.github.com> | |||
| 2023-09-11 | feat(oldgalois): add theme (#11880) | Felipe Gallois | |
| Closes #11879 | |||
| 2023-09-11 | feat(mortalscumbag): show toolbox info (#11884) | AJ Jordan | |
| 2023-09-06 | feat(gallois): big rewrite to `gallois` theme (#11867) | Felipe Gallois | |
| 2023-07-25 | feat(agnoster): add git tag to prompt (#8417) | jabunovoty | |
| Co-authored-by: Jakub Novotny <jakub.novotny@deutsche-boerse.com> | |||
| 2023-07-25 | feat(fino-time): add conda environment (#11785) | naturedamends | |
| 2023-07-23 | fix(michelebologna): use blue instead of white (#11810) | Zou Yang | |
| 2023-05-24 | fix(bureau): properly display git stash info (#11711) | rogarb | |
| 2023-05-23 | feat(half-life): add virtualenv prompt (#11708) | Felipe Francisco | |
| 2023-05-22 | feat(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-09 | fix(robbyrussell) multiline command editing (#11681) | roodkcab | |
| Co-authored-by: chenshuoshi <chenshuoshi@inagora.cn> Closes #11680 | |||
| 2023-05-03 | fix(apple): go back to previous icon | Carlo 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-02 | fix(apple): replace deprecated nerdfonts icon | Carlo Sala | |
| 2023-02-23 | fix(af-magic): fix logic for separator with virtualenv (#11518) | WaferJay | |
| 2023-02-14 | fix(af-magic): fix python venv checking logic (#11495) | shelfofclub | |
| 2023-02-09 | feat(amuse): add virtualenv support (#8987) | Samyak Sarnayak | |
| Fixes #7766 Closes #8814 | |||
| 2023-01-23 | feat(mlh): add separate prompt symbol for root user (#11451) | Bartek Pacia | |
| 2022-12-09 | feat(agnoster): add remote-tracking status to prompt (#7209) | Dan Wallis | |
| 2022-11-23 | fix(avit): replace deprecated GREP_COLOR (#11168) | Mathieu Fenniak | |
| 2022-11-04 | docs: fix some capitalization typos(#11293) | Frieder Bluemle | |
| 2022-07-12 | fix(frontcube): fix escape of reset color sequence (#10921) | Anubhav Sharma | |
| 2022-04-09 | fix(frisk): fix color typo in `PS2` (#10839) | PierreD | |
| 2022-03-03 | fix: fix svn branch output in themes: apple, gentoo, kolo, zhann (#10751) | Marc Cornellà | |
| Fixes #10751 | |||
