From 80b9c5ce28b6cbf158414876cc179cfdf370361b Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 15 Nov 2018 10:34:09 -0700 Subject: [PATCH 1/2] Add actiona plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74fb8a2..7894994 100644 --- a/README.md +++ b/README.md @@ -258,6 +258,7 @@ These frameworks make customizing your ZSH setup easier. * [abbr-path](https://github.com/felixgravila/zsh-abbr-path) - Adds functionality of the `theme_title_use_abbreviated_path` parameter from some oh-my-fish themes. * [abbrev-alias](https://github.com/momo-lab/zsh-abbrev-alias) - Provides functionality similar to Vim's abbreviation expansion. * [accurev-zsh](https://github.com/dalefukami/accurev-zsh) - ZSH plugin for accurev. +* [actiona](https://github.com/matthieusb/act) - Make it easier to call [actiona](https://github.com/Jmgr/actiona) scripts from your command line. Includes tab completions. * [alias-tips](https://github.com/djui/alias-tips) - An oh-my-zsh plugin to help remembering those aliases you defined once. * [allergen](https://github.com/stanislas/allergen) - A collection of custom ZSH plugins to use with antigen. * [almostontop](https://github.com/Valiev/almostontop) - Clears previous command output every time before new command executed in shell. Inspired by alwaysontop plugin for `bash`. From cdc0f5e72fd4c1dbe18305a921deff22771acc6e Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 15 Nov 2018 10:35:25 -0700 Subject: [PATCH 2/2] Add magento-2 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7894994..667e07b 100644 --- a/README.md +++ b/README.md @@ -462,6 +462,7 @@ These frameworks make customizing your ZSH setup easier. * [mac-packaging](https://github.com/Temikus/mac-packaging) - A set of common functions used for enterprise Mac packaging with Munki. * [macos](https://github.com/joow/macos) - A ZSH plugin for macOS. * [mage2docker](https://github.com/lukaszolszewski/mage2docker) - Makes it easy to work with Docker and Magento 2. Speeds up and simplifies common commands like clean cache, setup upgrade, compile di and much more in Magento 2 on containers. +* [magento-2](https://github.com/dambrogia/oh-my-zsh-plugin-magento-2) - Adds `m2` function to run magento binary, adds tab completions. * [manydots-magic](https://github.com/knu/zsh-manydots-magic) - A zle tweak for emulating `...'==`../..' etc. * [markedit](https://github.com/zakariaGatter/MarkEdit) - Mark Files and Edit them With Autocompletion for existing Marks. * [markgate](https://github.com/zakariaGatter/MarkGate) - Allows you to mark directories so you can jump directly to them.