- 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
-
- 31 Jan, 2019 1 commit
-
-
Brian Hong authored
-
- 31 Dec, 2018 1 commit
-
-
Aurélien Bourdon authored
-
- 27 Oct, 2018 1 commit
-
-
Ezequiel Pochiero authored
-
- 17 Oct, 2018 1 commit
-
-
Marc Cornellà authored
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
-
- 07 Oct, 2018 1 commit
-
-
Marc Cornellà authored
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
-
- 26 Sep, 2018 1 commit
-
-
Marc Cornellà authored
-
- 25 Sep, 2018 1 commit
-
-
Carlo Dapor authored
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.
-
- 24 Sep, 2018 1 commit
-
-
Marten Seemann authored
-
- 15 Sep, 2018 1 commit
-
-
Marc Cornellà authored
-
- 29 Aug, 2018 1 commit
-
-
Nick Diego Yamane authored
* 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>
-
- 20 Aug, 2018 6 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
This version splits the `$PWD` by the slashes and prints the path directory by directory, printing the separators as before.
-
Marc Cornellà authored
Also refactor the logic
-
Marc Cornellà authored
-
Marc Cornellà authored
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.
-
Marc Cornellà authored
Used color encodings from https://metacpan.org/source/WOLDRICH/Term-ExtendedColor-0.224/lib/Term/ExtendedColor.pm
-
- 19 Aug, 2018 2 commits
-
-
Michele Iacobone authored
-
Frederic Crozat authored
* 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.
-