Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-26 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
2019-09-13 | robbyrussell: restore prompt spacing (#8148) | nv035674 | |
2019-09-11 | Merge remote-tracking branch 'orig/master' | Tuowen Zhao | |
2019-09-08 | robbyrussell: remove local variable (#8131) | Hanjiang Yu | |
Now it can be sourced in a function, like zplug. | |||
2019-09-08 | Change description for Evan's theme to something neutral (#6304) | Sean Collins | |
2019-08-19 | af-magic: add hg prompt and tweak virtualenv info (#8056) | Matthew Armand | |
- Add mercurial support to af-magic, so now the vcs prompt will show up in either a git or hg repository - The virtualenv prompt was white and bumped up against the user@hostname output - Fixed that so its green (which I thought highlighted it more thematically) and has a space before user@hostname | |||
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-07-13 | af-magic: make separator window-size-aware (#7739) | Marc Cornellà | |
2019-06-14 | crcandy: use 24h format in prompt (#7926) | Crackpot | |
2019-05-08 | Themes: switch to using ruby_prompt_info() | Andrew Janke | |
Changes themes displaying RVM or other Ruby version info to use the central ruby_prompt_info function. This supports more Ruby versioning mechanisms, reduces copy-and-paste code, and avoids "zsh: no such file or directory: rvm-prompt" when run on machines that do not have RVM installed. Changes the prefix/suffix variable names to ZSH_THEME_RUBY_PROMPT_PREFIX and ZSH_THEME_RUBY_PROMPT_SUFFIX, since they apply to all Ruby versioning mechanisms, not just RVM. Allows empty ZSH_THEME_RUBY_PROMPT_PREFIX and ZSH_THEME_RUBY_PROMPT_SUFFIX. | |||
2019-04-18 | agnoster: remove empty line (#7775) | David Dejori | |
2019-04-16 | bira: remove extra spaces (#7767) | KillWolfVlad | |
2019-04-10 | Delete deprecated pure theme | Marc Cornellà | |
2019-04-09 | Fix showing aws prompt out of the box for 'fishy' theme (#7747) | Marc Cornellà | |
This fixes the RPROMPT setting for fishy theme so as to preserve its old value, instead of overwriting it like it did before. Also, fix unnecessary export of RPROMPT in aws plugin. | |||
2019-04-09 | bira: add virtualenv support in prompt | djr-jsr | |
Fixes #7483 Closes #4973 | |||
2019-04-08 | Fix showing aws prompt for theme fishy (append RPROMPT instead of overwrite) | programmer04 | |
2019-04-07 | refined: reset command exec time (#6117) | Kevin Kuhl | |
Fixes #6116 | |||
2019-03-25 | themes: fix prompt verbosity on window resize | Marc Cornellà | |
%_ is a prompt expansion sequence that expands to the status of the parser. This means that on window resize, the status of the execution of the window resize hook (TRAPWINCH) would be displayed while reloading the prompt line. This looked like cmdand cursh$ or then$ depending on the body of the TRAPWINCH function. Fixes #7262 | |||
2019-03-24 | Add pygmalion-virtualenv theme (#5139) | shellbye | |
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 | |
2019-01-31 | theme/gallifrey: set color to red if root (#6203) | Brian Hong | |
2018-12-31 | Remove duplicate space on the maran theme (#7454) | Aurélien Bourdon | |
2018-10-27 | avit: fix handling of time since last commit (#7350) | Ezequiel Pochiero | |
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-10-07 | Fix tilde substitution in theme prompts | Marc Cornellà | |
These themes used an adhoc substitution of $HOME for tilde in $PWD, but it's better to use '%~' and is less error prone. See #7160 | |||
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-15 | misc: remove execution permission from various files | Marc Cornellà | |
2018-09-10 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Tuowen Zhao | |
2018-08-29 | Fix rvm-prompt usage in fino* themes (#6477) | Nick Diego Yamane | |
* theme/fino: Check rvm-prompt is installed before to try to use it Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com> * theme/fino-time: Check rvm-prompt is installed before to try to use it Signed-off-by: Nick Diego Yamane <nick.diego@gmail.com> | |||
2018-08-20 | trapd00r: clean up the script | Marc Cornellà | |
2018-08-20 | trapd00r: simplify logic and optimize for loop | Marc Cornellà | |
This version splits the `$PWD` by the slashes and prints the path directory by directory, printing the separators as before. | |||
2018-08-20 | trapd00r: change more slowly between yellows | Marc Cornellà | |
Also refactor the logic | |||
2018-08-20 | trapd00r: optimize reset of foreground colors | Marc Cornellà | |
2018-08-20 | trapd00r: look for 256-color support, not $DISPLAY | Marc Cornellà | |
Checking if the terminal supports 256 colors is better suited for our purpose. Checking if `$DISPLAY` is set doesn't tell us if our colors will be displayed correctly. | |||
2018-08-20 | trapd00r: convert perl script to zsh | Marc Cornellà | |
Used color encodings from https://metacpan.org/source/WOLDRICH/Term-ExtendedColor-0.224/lib/Term/ExtendedColor.pm | |||
2018-08-19 | Fix for external dependency in trapd00r theme (#5579) | Michele Iacobone | |
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-07-19 | example: move example theme to custom folder | Marc Cornellà | |
2018-07-11 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Tuowen Zhao | |
2018-07-03 | change mortalscumbag to use core git_current_branch (#6965) | Unknown-Guy | |
2018-07-01 | mortalscumbag add icon showing local branch behind (#4364) | nyim | |
2018-07-01 | simple theme: indication of privileges (#3728) | Jonathen Russell | |
I found this quite annoying not being in this theme after switching from gentoo-theme, it's helpful and it doesn't detract from simplicity. | |||
2018-06-09 | Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh | Tuowen Zhao | |