| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 6 min. | Merge remote-tracking branch 'github/master'HEADmaster | Tuowen Zhao | |
| 2025-06-09 | feat(agnoster): add terraform to prompt (#7892) | Rob Lugton | |
| 2025-06-08 | feat(agnoster): add conda support (#13160) | AYO_YO | |
| Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
| 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-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> | |||
| 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-04-16 | fix(agnoster): prevent accidental alias use | Marc Cornellà | |
| 2024-03-26 | style: remove trailing whitespace (#12303) | vladislav doster | |
| 2023-11-04 | Merge remote-tracking branch 'github/master' | Tuowen Zhao | |
| 2023-07-25 | feat(agnoster): add git tag to prompt (#8417) | jabunovoty | |
| Co-authored-by: Jakub Novotny <jakub.novotny@deutsche-boerse.com> | |||
| 2023-01-17 | Merge remote-tracking branch 'github/master' | Tuowen Zhao | |
| 2022-12-09 | feat(agnoster): add remote-tracking status to prompt (#7209) | Dan Wallis | |
| 2022-02-19 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
| 2022-01-03 | fix(agnoster): quote % in prompt functions | Marc Cornellà | |
| 2021-03-31 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
| 2021-03-25 | fix: use `$USERNAME` guaranteed to always be defined in zsh | Marc Cornellà | |
| Fixes #9701 | |||
| 2020-10-21 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
| 2020-10-10 | agnoster: fix icon for unstaged git status (#9164) | Sreekanth S | |
| 2020-10-08 | Merge remote-tracking branch 'origin/master' into master | Tuowen Zhao | |
| 2020-09-26 | agnoster: allow disabling AWS prompt with SHOW_AWS_PROMPT=false | Marc Cornellà | |
| Fixes #8040 | |||
| 2020-07-04 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
| 2020-07-01 | agnoster: fix git working tree check (#9072) | Kyle Laker | |
| `git rev-parse --is-inside-work-tree` does not have a different exit code when not within a work tree; the difference is in the output, either "true" when in a work tree, or "false" when not. The if was modified similarly to the check for the hide-status config, which also parses command output rather than exit code. Co-authored-by: Kyle Laker <klaker@easydynamics.com> | |||
| 2020-02-27 | Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh | Tuowen Zhao | |
| 2020-02-19 | agnoster: fix bzr prompt with breezy installed (#8646) | Marc Cornellà | |
| * Change indentation to 2 spaces in prompt_bzr function * Check if in a bzr repository and optimize bzr calls in prompt_bzr | |||
| 2019-09-11 | Merge remote-tracking branch 'orig/master' | Tuowen Zhao | |
| 2019-08-06 | Revert "agnoster: fix VIRTUAL_ENV_DISABLE_PROMPT logic (#8050)" (#8061) | Marc Cornellà | |
| This reverts commit 59c1ec80aa9b018db34078e69a27e57aea5ad761. | |||
| 2019-07-31 | agnoster: fix VIRTUAL_ENV_DISABLE_PROMPT logic (#8050) | Rocky | |
| Fixes #7985 | |||
| 2019-04-18 | agnoster: remove empty line (#7775) | David Dejori | |
| 2019-03-23 | agnoster: show AWS_PROFILE in prompt (#6621) | Rob Lugton | |
| 2019-01-31 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Tuowen Zhao | |
| 2018-10-17 | agnoster: use %n instead of $USER to fix quoting | Marc Cornellà | |
| Fixes #7268 With `$USER`, we'd need to quote it in case special characters like `\` are present in the $USER value, like if the user is part of an AD domain. With `%n` the quoting is done automatically by zsh. See http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Login-information | |||
| 2018-10-09 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Tuowen Zhao | |
| 2018-09-26 | agnoster: fix prompt_status error (#6450) | Marc Cornellà | |
| This commit fixes the runtime error that says: prompt_status:2: symbols: attempt to assign array value to non-array It trips over a local array which is not properly declared. | |||
| 2018-09-26 | fix invalid syntax in old zsh versions | Marc Cornellà | |
| 2018-09-25 | Fix agnoster initial diagnostic error | Carlo Dapor | |
| This PR fixes the runtime error that displays this: ```log prompt_status:2: symbols: attempt to assign array value to non-array ```. It trips over a local array which is not properly declared. | |||
| 2018-09-24 | agnoster: respect git config oh-my-zsh.hide-status (#6362) | Marten Seemann | |
| 2018-09-10 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Tuowen Zhao | |
| 2018-08-19 | Agnoster: solarized light variant (#4680) | Frederic Crozat | |
| * agnoster: do not hardcode black foreground. This would allow easy customization when using light color schemes, like solarized-light * agnoster: implement light theme variant Use same variable as in blinks theme, to detect if solarized theme used is a light or dark one. | |||
| 2018-08-07 | use https everywhere (#6574) | Janosch Schwalm | |
| * use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections. | |||
| 2018-06-09 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Tuowen Zhao | |
| 2018-05-23 | Revert fbcda4d | Marc Cornellà | |
| The PROMPT building method clashes with other themes and plugins that modify the PROMPT variable. Also reverted the $jobstates trick due to it not working inside $PROMPT. | |||
| 2018-05-20 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Tuowen Zhao | |
| 2018-05-17 | agnoster: cut down on fork/execs improve performance when not in a repo (#6210) | Andrew Baumann | |
| * agnoster: improve perf with use of $jobstates (zsh/parameter module) This saves multiple fork/execs (for the subshell and wc) each time the prompt is rendered * agnoster: compute git repo_path only when in a git repo this avoids needlessly invoking git twice every time we render the prompt * agnoster: avoid subshell when rendering prompt Rather than forking a subshell to print the prompt, construct it incrementally by appending to $PROMPT. v2: fix incorrect CURRENT_BG v3: fix bzr and hg prompting Thanks @mcornella for the help. | |||
| 2016-09-25 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Tuowen Zhao | |
| 2016-09-21 | merge agnoster theme | Tuowen Zhao | |
| 2016-09-21 | Add check for git and bzr to agnoster theme | Dawnflash Lightstring | |
| Plugin command-not-found on Arch Linux returns 0 if git or bzr is found in repos, hence outputting unwanted pkgfile output. Checking if the commands exist first fixes all such issues. | |||
