- 28 May, 2021 1 commit
-
-
Keita Urashima authored
This commit fixes an issue where the prompt symbol is white when vcs_info is displayed in the gentoo theme.
-
- 23 Apr, 2021 2 commits
-
-
MrAureliusR authored
-
Kirk authored
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.
-
- 11 Apr, 2021 1 commit
-
-
Thomas De Backer authored
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>
-
- 28 Mar, 2021 1 commit
-
-
Marc Cornellà authored
-
- 25 Mar, 2021 1 commit
-
-
Marc Cornellà authored
Fixes #9701
-
- 13 Mar, 2021 1 commit
-
-
Marc Cornellà authored
* prettify vcs infomation using `vcs_info` * Show symbol when there are untracked files in git Co-authored-by: freeyoung <ourbaozi@qq.com>
-
- 31 Jan, 2021 1 commit
-
-
Marc Cornellà authored
-
- 16 Jan, 2021 1 commit
-
-
Sébastien MB authored
- 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
-
- 10 Oct, 2020 1 commit
-
-
Sreekanth S authored
-
- 05 Oct, 2020 2 commits
-
-
Marc Cornellà authored
Fixes weird bug when completing.
-
Matsievskiy S.V authored
Co-authored-by: Matsievskiy S.V <matsievskiysv@gmail.com> Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 26 Sep, 2020 2 commits
-
-
Marc Cornellà authored
Fixes #8040
-
Marc Cornellà authored
Fixes #9232
-
- 20 Sep, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #9180 Co-authored-by: James Eapen <jamespeapen@gmail.com>
-
- 18 Sep, 2020 1 commit
-
-
Marc Cornellà authored
The ZSH_THEME_RANDOM_BLACKLIST variable will be deprecated until it's removed 2 months from now.
-
- 02 Sep, 2020 1 commit
-
-
Marc Cornellà authored
-
- 01 Sep, 2020 1 commit
-
-
Marc Cornellà authored
-
- 28 Aug, 2020 1 commit
-
-
Florian Klink authored
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>
-
- 04 Aug, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #8022
-
- 05 Jul, 2020 1 commit
-
-
Larson Carter authored
Co-authored-by: Marc Cornellà <marc.cornella@live.com> Co-authored-by: Bartek Pacia <barpac02@gmail.com>
-
- 01 Jul, 2020 1 commit
-
-
Kyle Laker authored
`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>
-
- 10 Jun, 2020 1 commit
-
-
Marc Cornellà authored
-
- 09 Jun, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #5244
-
- 08 Jun, 2020 1 commit
-
-
Marc Cornellà authored
-
- 03 Jun, 2020 1 commit
-
-
Yauhen authored
-
- 23 May, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #8952
-
- 22 May, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #8856
-
- 21 May, 2020 1 commit
-
-
- 10 May, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #2317 Closes #2321
-
- 26 Mar, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #6050
-
- 02 Mar, 2020 1 commit
-
-
Marc Cornellà authored
...preventing an infinite loop.
-
- 27 Feb, 2020 1 commit
-
-
Julian Parsert authored
-
- 25 Feb, 2020 1 commit
-
-
Marc Cornellà authored
-
- 19 Feb, 2020 6 commits
-
-
Marc Cornellà authored
Co-authored-by: Fran Garcia <fran.miranda@gmail.com>
-
Marc Cornellà authored
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>
-
Willy Weiskopf authored
The statements for selecting a random theme in oh-my-zsh.sh and the themes plugin are duplicate. Most people eventually settle on a theme, making those lines in oh-my-zsh.sh superfluous. To address those, it may makes sense to put the random theme functionality into a theme of its own (since themes are just zsh scripts.
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #8637
-