summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2019-10-07pyenv: add README (#8224)Joe Rattazzi
2019-10-07perl: add README (#8215)Marc Cornellà
2019-10-07Some syntax changes and more function docsMarc Cornellà
2019-10-07redis-cli: add README (#8214)Marc Cornellà
2019-10-07Small changesMarc Cornellà
2019-10-07mysql-macports: add README (#8210)Aditya J Karia
2019-10-07dash: simplify completion logicMarc Cornellà
2019-10-07Remove redundant section and document keyword argsMarc Cornellà
2019-10-07docs: add README.md for Dash pluginMichael C
2019-10-05Create README.mdErwan ROUSSEL
2019-10-05Update README.mdErwan ROUSSEL
2019-10-05Create README.mdErwan ROUSSEL
2019-10-03terminitor: add README (#8197)Shubham Kamath
2019-10-03rebar: add README (#8198)Zach Whitten
2019-10-03rvm: add README (#8199)Marc Cornellà
2019-10-03n98-magerun: add README (#8200)Nicholas Meriano
2019-10-02Adding README for rvmZach Whitten
2019-10-02cakephp3: add README (#8196)Rexben
2019-10-02yii: add README (#8194)Ekunola Ezekiel
2019-10-02bundler: add rubocop to bundled_commands (#8169)Marc Cornellà
2019-10-02Add rubocop to bundler readmeDavid Shaffer
2019-10-02Add rubocop to bundled_commandsDavid Shaffer
2019-10-02sublime: ignore wslpath errors if C drive is missingMarc Cornellà
2019-10-01yarn: add Yarn Workspace aliases (#7491)Marc Cornellà
2019-10-01yarn: add yd as yarn dev alias (#7663)14nrv
2019-10-01jruby: add README (#8190)Zach Whitten
2019-10-01Update README: include Yarn workspace shortcutsCaleb Williams
2019-10-01lein: add README (#8189)Zach Whitten
2019-10-01fzf: add support for debian packages (#8001)Marc Cornellà
2019-10-01Add README for thor and pip plugins (#8185)Sukin Kumar K
2019-10-01oc: add README (#8188)David Woodward
2019-10-01autoenv: add README (#8184)Rhuan Oliveira
2019-09-30Fix table alignmentMarc Cornellà
2019-09-25react-native: add aliases for newer iPhones to DocKevin
Added aliases for iPhone 11, 11 Pro, 11 Pro Max to the Document.
2019-09-25react-native: add aliases for newer iPhonesKevinHu2014
Added aliases for iPhone 11, 11 Pro, 11 Pro Max
2019-09-24Add flutter plugin (#8150)Andrei Lesnitsky
2019-09-21gcloud: add search path for Arch Linux (#8164)Franco Catena
2019-09-20Add gcloud plugin (#8144)Ian Chesal
* 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
2019-09-19Fix WSL check for WSL 2 and simplify nohup in open_commandMarc Cornellà
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.
2019-09-13z: update to latest version (e77e938)Marc Cornellà
Closes #8145 Co-authored-by: GHPS <GHPS@users.noreply.github.com>
2019-09-13git: fix gtl alias argumentMarc Cornellà
Fixes the error `no matches found` because the argument is not quoted. See https://github.com/robbyrussell/oh-my-zsh/pull/7629#issuecomment-531151821
2019-09-11kube-ps1: add a note where to put the `PROMPT=...` line (#8142)Jonas
2019-09-08gitfast: fix error in git-prompt.sh (#8132)Marc Cornellà
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.
2019-09-08Unquote yes in conditional expressions for style consistencyMarc Cornellà
2019-09-08gitfast: update completions (#8130)Prajjwal Singh
Includes completions for `git switch`.
2019-09-08ssh-agent: check if `ssh-add -l` was successfulMarc Cornellà
2019-09-08Update syntax on the remaining functionsMarc Cornellà
2019-09-06Updated git-prompt.sh to quote variablesAddison G
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.
2019-09-03Fix bad function definitions in Debian pluginBraxton Schafer
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
2019-09-02wd: point to the correct directory even if installed with antibody (#8116)Salomon Smeke