Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-28 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
2021-04-23 | feat(ys): add virtualenv prompt info (#8453) | MrAureliusR | |
2021-04-23 | feat(ys): add setting to hide dirty info in hg repositories (#8415) | Kirk | |
On large mercurial projects, using `hg status` to show dirty prompt causes significant delay. This commit checks a local hg config value of `oh-my-zsh.hide-dirty` to skip dirty check. Users who wish to skip dirty check can add this to their `.hg/hgrc` file. ``` [oh-my-zsh] hide-dirty = 1 ``` This config value uses the same naming as ones found for git, in file lib/git.zsh. | |||
2021-04-11 | fix(gentoo): fix tab color completion (#9810) | Thomas De Backer | |
This commit fixes an issue in the gentoo theme introduced in 3bb5e977. Due to incorrect line width calculations, colors are incorrectly applied when using tab. Fixes #9778 Signed-off-by: Thomas De Backer <mosterdt@debacker.me> | |||
2021-03-31 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
2021-03-28 | refactor(adben): refactor theme and degrade gracefully on missing ↵ | Marc Cornellà | |
dependencies (#9734) | |||
2021-03-25 | fix: use `$USERNAME` guaranteed to always be defined in zsh | Marc Cornellà | |
Fixes #9701 | |||
2021-03-16 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
2021-03-13 | feat(gentoo)!: use `vcs_info` to support other VCSs (#9440) | Marc Cornellà | |
* prettify vcs infomation using `vcs_info` * Show symbol when there are untracked files in git Co-authored-by: freeyoung <ourbaozi@qq.com> | |||
2021-03-03 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
2021-01-31 | refactor(gallois): clean up theme and fix typos | Marc Cornellà | |
2021-01-18 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
2021-01-16 | feat(essembeh): update theme with new features (#9595) | Sébastien MB | |
- single line - quite simple by default: user@host:$PWD - green for local shell as non root - red for ssh shell as non root - magenta for root sessions - prefix with remote address for ssh shells - prefix to detect docker containers or chroot - git plugin to display current branch and status | |||
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-10-05 | fino: stop bold with prompt sequence | Marc Cornellà | |
Fixes weird bug when completing. | |||
2020-10-05 | fino: fix dangling "using" and clean up (#9307) | Matsievskiy S.V | |
Co-authored-by: Matsievskiy S.V <matsievskiysv@gmail.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com> | |||
2020-09-26 | agnoster: allow disabling AWS prompt with SHOW_AWS_PROMPT=false | Marc Cornellà | |
Fixes #8040 | |||
2020-09-26 | avit: reenable use of $fg instead of prompt sequence colors to fix weird bug | Marc Cornellà | |
Fixes #9232 | |||
2020-09-24 | Merge remote-tracking branch 'origin/master' into master | Tuowen Zhao | |
2020-09-20 | random: add ZSH_THEME_RANDOM_QUIET setting | Marc Cornellà | |
Fixes #9180 Co-authored-by: James Eapen <jamespeapen@gmail.com> | |||
2020-09-18 | Remove racially-charged language from the codebase | Marc Cornellà | |
The ZSH_THEME_RANDOM_BLACKLIST variable will be deprecated until it's removed 2 months from now. | |||
2020-09-11 | Merge remote-tracking branch 'origin/master' into master | Tuowen Zhao | |
2020-09-02 | fishy: fix one-level directory bug and bad array assignment in zsh 5.0.1 | Marc Cornellà | |
2020-09-01 | Remove perl dependency | Marc Cornellà | |
2020-08-29 | pygmalion: use pure zsh instead of perl (#9210) | Florian Klink | |
My system doesn't have `perl` in $PATH, so using this theme clutters the shell output quite a bit. Turns out, the same thing can be accomplished in pure zsh (with extendedglob). Co-Authored-By: Marc Cornellà <marc.cornella@live.com> | |||
2020-08-16 | Merge remote-tracking branch 'origin/master' into master | Tuowen Zhao | |
2020-08-04 | Remove non-existing %p prompt sequence from themes | Marc Cornellà | |
Fixes #8022 | |||
2020-07-25 | Merge remote-tracking branch 'origin/master' | Tuowen Zhao | |
2020-07-05 | Bug and Feature Request Templates + MLH Theme + Readme (#9068) | Larson Carter | |
Co-authored-by: Marc Cornellà <marc.cornella@live.com> Co-authored-by: Bartek Pacia <barpac02@gmail.com> | |||
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-06-10 | muse: clean up theme | Marc Cornellà | |
2020-06-09 | smt: fix time since last commit logic | Marc Cornellà | |
Fixes #5244 | |||
2020-06-08 | peepcode: add virtualenv prompt and fix git calls | Marc Cornellà | |
2020-06-03 | fino-time: fix virtualenv prompt by escaping dollar sign (#8991) | Yauhen | |
2020-05-29 | Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh | Tuowen Zhao | |
2020-05-23 | avit: fix $reset_color sequence in prompt | Marc Cornellà | |
Fixes #8952 | |||
2020-05-22 | fino-time: fix git and ruby prompt sequences | Marc Cornellà | |
Fixes #8856 | |||
2020-05-21 | af-magic: account for active conda envs in dash line | Marc Cornellà | |
See https://github.com/ohmyzsh/ohmyzsh/issues/8081#issuecomment-632182715 | |||
2020-05-10 | pygmalion: revert multiline prompt change | Marc Cornellà | |
Fixes #2317 Closes #2321 | |||
2020-04-24 | Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh | Tuowen Zhao | |
2020-03-26 | nebirhos: use short hostname in prompt | Marc Cornellà | |
Fixes #6050 | |||
2020-03-02 | random: remove random theme from possible themes to choose from | Marc Cornellà | |
...preventing an infinite loop. | |||
2020-02-27 | Merge branch 'master' of https://github.com/ohmyzsh/ohmyzsh | Tuowen Zhao | |
2020-02-27 | norm: add hg prompt (#6725) | Julian Parsert | |
2020-02-25 | avit: fix prompt sequence (fixes #8678) | Marc Cornellà | |
2020-02-19 | Add blacklist variable for random theme | Marc Cornellà | |
Co-authored-by: Fran Garcia <fran.miranda@gmail.com> | |||
2020-02-19 | Add themes in $ZSH_CUSTOM to the pool of candidates | Marc Cornellà | |
Also add comments and unset leftover variables, and print only the name of the theme loaded. When looking for $ZSH_CUSTOM themes, the chosen algorithm is to add the theme names to the pool disregarding the path, and then source whatever theme is selected with the same logic as the init script, which is to source first custom themes even if there is another default theme of the same name. Co-authored-by: Mihai Serban <mihai.serban@gmail.com> |