summaryrefslogtreecommitdiff
path: root/themes/agnoster.zsh-theme
AgeCommit message (Collapse)Author
6 min.Merge remote-tracking branch 'github/master'HEADmasterTuowen Zhao
2025-06-09feat(agnoster): add terraform to prompt (#7892)Rob Lugton
2025-06-08feat(agnoster): add conda support (#13160)AYO_YO
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-04-19fix(agnoster): respect bg / fg user envs (#12897)Pedro A. Aranda Gutiérrez
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2025-02-19fix(agnoster): print white text over black for light theme only (#12983)tuzi3040
2025-02-14fix(agnoster): print white text over black (#12525)Adrien Plazas
2025-02-12feat(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-22Revert "feat(agnoster): add `anaconda` env information (#12434)"Carlo Sala
This reverts commit 309129f651eeeca62c3a3b7f6817f0ac601db9f0.
2024-05-22chore(agnoster): typo (#12437)robinverduijn
2024-05-21feat(agnoster): add `anaconda` env information (#12434)Daniel Ochoja
2024-04-16fix(agnoster): prevent accidental alias useMarc Cornellà
2024-03-26style: remove trailing whitespace (#12303)vladislav doster
2023-11-04Merge remote-tracking branch 'github/master'Tuowen Zhao
2023-07-25feat(agnoster): add git tag to prompt (#8417)jabunovoty
Co-authored-by: Jakub Novotny <jakub.novotny@deutsche-boerse.com>
2023-01-17Merge remote-tracking branch 'github/master'Tuowen Zhao
2022-12-09feat(agnoster): add remote-tracking status to prompt (#7209)Dan Wallis
2022-02-19Merge remote-tracking branch 'origin/master'Tuowen Zhao
2022-01-03fix(agnoster): quote % in prompt functionsMarc Cornellà
2021-03-31Merge remote-tracking branch 'origin/master'Tuowen Zhao
2021-03-25fix: use `$USERNAME` guaranteed to always be defined in zshMarc Cornellà
Fixes #9701
2020-10-21Merge remote-tracking branch 'origin/master'Tuowen Zhao
2020-10-10agnoster: fix icon for unstaged git status (#9164)Sreekanth S
2020-10-08Merge remote-tracking branch 'origin/master' into masterTuowen Zhao
2020-09-26agnoster: allow disabling AWS prompt with SHOW_AWS_PROMPT=falseMarc Cornellà
Fixes #8040
2020-07-04Merge remote-tracking branch 'origin/master'Tuowen Zhao
2020-07-01agnoster: 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-27Merge branch 'master' of https://github.com/ohmyzsh/ohmyzshTuowen Zhao
2020-02-19agnoster: 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-11Merge remote-tracking branch 'orig/master'Tuowen Zhao
2019-08-06Revert "agnoster: fix VIRTUAL_ENV_DISABLE_PROMPT logic (#8050)" (#8061)Marc Cornellà
This reverts commit 59c1ec80aa9b018db34078e69a27e57aea5ad761.
2019-07-31agnoster: fix VIRTUAL_ENV_DISABLE_PROMPT logic (#8050)Rocky
Fixes #7985
2019-04-18agnoster: remove empty line (#7775)David Dejori
2019-03-23agnoster: show AWS_PROFILE in prompt (#6621)Rob Lugton
2019-01-31Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshTuowen Zhao
2018-10-17agnoster: use %n instead of $USER to fix quotingMarc 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-09Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshTuowen Zhao
2018-09-26agnoster: 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-26fix invalid syntax in old zsh versionsMarc Cornellà
2018-09-25Fix agnoster initial diagnostic errorCarlo 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-24agnoster: respect git config oh-my-zsh.hide-status (#6362)Marten Seemann
2018-09-10Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshTuowen Zhao
2018-08-19Agnoster: 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-07use 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-09Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshTuowen Zhao
2018-05-23Revert fbcda4dMarc 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-20Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshTuowen Zhao
2018-05-17agnoster: 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-25Merge branch 'master' of https://github.com/robbyrussell/oh-my-zshTuowen Zhao
2016-09-21merge agnoster themeTuowen Zhao
2016-09-21Add check for git and bzr to agnoster themeDawnflash 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.