From e269d71fea047c9c6afafa12b810041eb643a6a6 Mon Sep 17 00:00:00 2001 From: Jesse Scott Date: Mon, 21 Sep 2020 16:58:50 -0700 Subject: [PATCH] Add README for zsh tab completion --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 83e94cc..54e246e 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,12 @@ If you are running on macOS and use Homebrew's `bash-completion` formula, you ca ln -s $(floaty completion --shell bash) /usr/local/etc/bash_completion.d/floaty ``` +There is also tab completion for zsh: + +```zsh +source $(floaty completion --shell zsh) +``` + ## vmpooler API This cli tool uses the [vmpooler API](https://github.com/puppetlabs/vmpooler/blob/master/API.md).