Skip to content

Commit

Permalink
Update shell_autocompletion.md
Browse files Browse the repository at this point in the history
  • Loading branch information
borsboom committed Nov 25, 2015
1 parent 1216257 commit f729c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/shell_autocompletion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f729c9a

Please sign in to comment.