- 13 Sep, 2019 2 commits
-
-
Marc Cornellà authored
Closes #8145 Co-authored-by: GHPS <GHPS@users.noreply.github.com>
-
Marc Cornellà authored
Fixes the error `no matches found` because the argument is not quoted. See https://github.com/robbyrussell/oh-my-zsh/pull/7629#issuecomment-531151821
-
- 11 Sep, 2019 1 commit
-
-
Jonas authored
-
- 08 Sep, 2019 4 commits
-
-
Marc Cornellà authored
-
Prajjwal Singh authored
Includes completions for `git switch`.
-
Marc Cornellà authored
-
Marc Cornellà authored
-
- 06 Sep, 2019 1 commit
-
-
Addison G authored
An error was thrown (`bash: [: =: unary operator expected`) when using the __git_ps1_colorize_gitstring function outside of the one place it's called (line 512), because the "detached" variable was not quoted, and was unset.
-
- 03 Sep, 2019 1 commit
-
-
Braxton Schafer authored
There appears to be a definition issue for some functions/aliases which result in the following errors when sourcing .zshrc: ``` /home/username/.oh-my-zsh/plugins/debian/debian.plugin.zsh:75: defining function based on alias `abd' /home/username/.oh-my-zsh/plugins/debian/debian.plugin.zsh:75: parse error near `()' ``` Fixes #7986
-
- 02 Sep, 2019 2 commits
-
-
Salomon Smeke authored
-
Ing. Jan Kaláb authored
-
- 27 Aug, 2019 2 commits
-
-
mapshen authored
The `commands[autojump]` block errs out when autojump is not found, and the rest, which is intended to be used for loading `autojump`, does not get executed.
-
Jonathan Klimt authored
-
- 23 Aug, 2019 3 commits
-
-
Pavel Omelchenko authored
-
Ryan Styrczula authored
Git learned to add a `+` in front of branches that are checked out in other worktrees. See: https://github.com/git/git/blob/745f6812895b31c02b29bdfe4ae8e5498f776c26/Documentation/RelNotes/2.23.0.txt#L252-L256
-
Vignesh Balasubramaniam authored
-
- 22 Aug, 2019 1 commit
-
-
Pavel Omelchenko authored
-
- 20 Aug, 2019 1 commit
-
-
Julien Janvier authored
-
- 19 Aug, 2019 4 commits
-
-
Kirill Pinchuk authored
-
Matthew Turney authored
-
SomeDer authored
-
SomeDer authored
-
- 13 Aug, 2019 1 commit
-
-
Marc Cornellà authored
-
- 07 Aug, 2019 1 commit
-
-
Jisse Reitsma authored
-
- 03 Aug, 2019 1 commit
-
-
Iulian Onofrei authored
-
- 31 Jul, 2019 1 commit
-
-
Jack Brown authored
-
- 27 Jul, 2019 1 commit
-
-
Gopal9816 authored
-
- 22 Jul, 2019 1 commit
-
-
PLANET ARGON authored
Removing plugin that was named after an external tool, which carries a history as a racist phrase. Was reported by a user of OMZ who shared some background on the terminology and how it made them feel. (#8027)
-
- 17 Jul, 2019 1 commit
-
-
Pavel Omelchenko authored
-
- 11 Jul, 2019 1 commit
-
-
Adriaan Knapen authored
-
- 01 Jul, 2019 1 commit
-
-
Jackson Delahunt authored
Redirect stderr to avoid printing errors to the console when the ssh key is not unlocked.
-
- 27 Jun, 2019 1 commit
-
-
Jacky Wu authored
-
- 26 Jun, 2019 1 commit
-
-
tom-apfm authored
Add better usage instructions for the plugin which actually work
-
- 15 Jun, 2019 4 commits
-
-
Jason Schwerberg authored
-
Nicholas Wehr authored
-
Sung Won Cho authored
-
SomeDer authored
* git: add `alias grev="git revert"` * Swapping double for single quotes Matching the conventions in the plugin
-
- 12 Jun, 2019 1 commit
-
-
Viktor Fonic authored
-
- 11 Jun, 2019 1 commit
-
-
Marc Cornellà authored
* Use double quotes to cache value of $apt_pref and $apt_upgr * Clean up and fix syntax of command checks * Clean up README and document $apt_pref/$apt_upgr overriding mechanism * Rename `ag` alias (apt upgrade) to `au` * Clean up README and fix syntax Fixes #3686 Fixes #4660 Closes #5906 Co-authored-by: Noah Vesely <fowlslegs@riseup.net>
-
- 09 Jun, 2019 1 commit
-
-
Ryan Greenblatt authored
Zsh may be configured such that ">>" will error if the file doesn't exist (`setopt noclobber`).
-