From d8254dff18a99a0473f279786fb7068df4c4799b Mon Sep 17 00:00:00 2001 From: doitian Date: Mon, 8 Apr 2013 02:21:45 -0700 Subject: [PATCH] Updated Plugins (markdown) --- Plugins.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Plugins.md b/Plugins.md index 4cfb2aa..47a4f2a 100644 --- a/Plugins.md +++ b/Plugins.md @@ -689,6 +689,14 @@ Note that if a filename is misspelled or doesn't have the necessary path descrip Completions for `thor` +## tmuxinator + +Completions for [tmuxinator](https://github.com/aziz/tmuxinator). To enable +completions for `mux`, a shortcut for tmuxinator, add following alias in your +zshrc to overwrite the executable: + + alias mux=tmuxinator + ## urltools Adds command line utilities for URL manipulation.