- 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
-
- 18 Feb, 2020 3 commits
-
-
Marc Cornellà authored
* Change indentation to 2 spaces in prompt_bzr function * Check if in a bzr repository and optimize bzr calls in prompt_bzr
-
Marc Cornellà authored
-
Marc Cornellà authored
Fixes #8081
-
- 11 Feb, 2020 1 commit
-
-
Marc Cornellà authored
Fixes #5029 Fixes #5342
-
- 04 Feb, 2020 1 commit
-
-
Aliaksei Maiseyeu authored
Fix issue related to #7615, #7747 and #6346 After the update, aws prompt (which should be visible out of the box) disappears when a user uses a theme af-magic, because of fact that plugins are loaded before themes. This pull request fixes issue with not showing aws prompt in theme af-magic, by appending RPROMPT in theme af-magic instead overwriting.
-
- 21 Nov, 2019 1 commit
-
-
Marc Cornellà authored
* Change project URL from robbyrussell to ohmyzsh org * Update git remote to use ohmyzsh org repository
-
- 19 Nov, 2019 1 commit
-
-
Jacob Tomaw authored
Use add-zsh-hook to add functions to hooks. That way they won't be added again when doing `source ~/.zshrc` multiple times. Co-authored-by: Marc Cornellà <marc.cornella@live.com>
-
- 08 Nov, 2019 1 commit
-
-
Isaac Clayton authored
* Update http to https in Solarized * Upgrade http to https for 'Burger In Your Shell' * Upgrade http to https for tmux.github.io
-
- 16 Oct, 2019 1 commit
-
-
Shriniwas Sharma authored
-
- 13 Sep, 2019 1 commit
-
-
nv035674 authored
-
- 08 Sep, 2019 2 commits
-
-
Hanjiang Yu authored
Now it can be sourced in a function, like zplug.
-
Sean Collins authored
-
- 19 Aug, 2019 1 commit
-
-
Matthew Armand authored
- 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
-
- 06 Aug, 2019 1 commit
-
-
Marc Cornellà authored
This reverts commit 59c1ec80.
-
- 31 Jul, 2019 1 commit
-
-
Rocky authored
Fixes #7985
-
- 13 Jul, 2019 1 commit
-
-
Marc Cornellà authored
-
- 14 Jun, 2019 1 commit
-
-
Crackpot authored
-
- 08 May, 2019 1 commit
-
-
Andrew Janke authored
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.
-
- 18 Apr, 2019 1 commit
-
-
David Dejori authored
-
- 16 Apr, 2019 1 commit
-
-
KillWolfVlad authored
-
- 10 Apr, 2019 1 commit
-
-
Marc Cornellà authored
-
- 09 Apr, 2019 1 commit
-
-
djr-jsr authored
Fixes #7483 Closes #4973
-
- 08 Apr, 2019 1 commit
-
-
programmer04 authored
-
- 07 Apr, 2019 1 commit
-
-
Kevin Kuhl authored
Fixes #6116
-
- 25 Mar, 2019 1 commit
-
-
Marc Cornellà authored
%_ 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
-
- 24 Mar, 2019 1 commit
-
-
shellbye authored
-
- 23 Mar, 2019 1 commit
-
-
Rob Lugton authored
-