From f729c9a2a37b5a6aacdc4ed73967e7ac897e9993 Mon Sep 17 00:00:00 2001 From: Emanuel Borsboom Date: Wed, 25 Nov 2015 06:15:36 -0800 Subject: [PATCH] Update shell_autocompletion.md --- doc/shell_autocompletion.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/shell_autocompletion.md b/doc/shell_autocompletion.md index 08f9ffc07f..3c0916626d 100644 --- a/doc/shell_autocompletion.md +++ b/doc/shell_autocompletion.md @@ -14,7 +14,7 @@ eval "$(stack --bash-completion-script "$(which stack)")" ``` You can also add it to your `.bashrc` file if you want. -## for ZSH users: +## for ZSH users documentation says: > Zsh can handle bash completions functions. The latest development version of zsh has a function bashcompinit, that when run will allow zsh to read bash completion specifications and functions. This is documented in the zshcompsys man page. To use it all **you need to do is run bashcompinit at any time after compinit**. It will define complete and compgen functions corresponding to the bash builtins.