- 07 Oct, 2019 3 commits
-
-
Marc Cornellà authored
-
Marc Cornellà authored
-
Michael C authored
-
- 03 Oct, 2019 5 commits
-
-
Shubham Kamath authored
-
Zach Whitten authored
-
Marc Cornellà authored
-
Nicholas Meriano authored
-
Zach Whitten authored
-
- 02 Oct, 2019 6 commits
-
-
Rexben authored
-
Ekunola Ezekiel authored
-
Marc Cornellà authored
-
David Shaffer authored
-
David Shaffer authored
-
Marc Cornellà authored
-
- 01 Oct, 2019 10 commits
-
-
Marc Cornellà authored
-
14nrv authored
-
Zach Whitten authored
-
Caleb Williams authored
-
Marc Cornellà authored
Co-authored-by: Emil Engler <me@emilengler.com> Closes #8157
-
Zach Whitten authored
-
Marc Cornellà authored
-
Sukin Kumar K authored
-
David Woodward authored
-
Rhuan Oliveira authored
-
- 30 Sep, 2019 2 commits
-
-
Marc Cornellà authored
Added aliases for iPhone 11, 11 Pro, and 11 Pro Max
-
Marc Cornellà authored
-
- 24 Sep, 2019 3 commits
-
-
Kevin authored
Added aliases for iPhone 11, 11 Pro, 11 Pro Max to the Document.
-
KevinHu2014 authored
Added aliases for iPhone 11, 11 Pro, 11 Pro Max
-
Andrei Lesnitsky authored
-
- 21 Sep, 2019 1 commit
-
-
Franco Catena authored
-
- 20 Sep, 2019 1 commit
-
-
Ian Chesal authored
* A gcloud plugin This PR addresses issue #6205 This adds support for loading completion for the Google Cloud SDK command line tools. It searches the known paths for an SDK and loads the provided completion if it is found. Users can supply a custom location for the SDK by setting `CLOUDSDK_HOME` in their `zshrc` before loading oh-my-zsh plugins. * Canoncial zsh and some safe guards Based on a PR review from mcornella. All off this has now been tested on the following variants: - macOS 10.14.6 - Homebrew - macOS 10.14.6 - Custom install - Ubuntu 16.04.6 LTS - apt install - Ubuntu 18.04.3 LTS - apt install - Ubuntu 18.04.3 LTS - snap classic install - CentOS 7 - yum install
-
- 19 Sep, 2019 1 commit
-
-
Marc Cornellà authored
WSL 2 changes the output of `uname -r`. For instance, WSL 1: 4.4.0-18980-Microsoft WSL 2: 4.19.67-microsoft-standard Since WSL 2 lowercases the M, we can match for the rest of the string which remains lowercase throughout both versions. Another option would be to match for both upper- and lower-case Ms, like that: $(uname -r) = *[Mm]icrosoft* Fixed use of nohup in open_command where it was only necessary for xdg-open (and actually harmful for cmd.exe in WSL 2). The current logic is simpler and more future-proof.
-
- 13 Sep, 2019 3 commits
-
-
nv035674 authored
-
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
-
Marc Cornellà 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.
-
Marc Cornellà authored
-
Prajjwal Singh authored
Includes completions for `git switch`.
-