Update docs pointers to shell-completion scripts

This commit is contained in:
Asumu Takikawa 2015-03-26 10:48:58 -04:00
parent 56a701bfae
commit d9efa6cc9b

View File

@ -31,12 +31,12 @@ For more information about XREPL, see @other-doc[xrepl-doc].
@section{Shell completion}
Shell auto-completion for @exec{bash} and @exec{zsh} is available in
@filepath{collects/meta/contrib/completion/racket-completion.bash} and
@filepath{collects/meta/contrib/completion/racket-completion.zsh},
@filepath{share/pkgs/shell-completion/racket-completion.bash} and
@filepath{share/pkgs/shell-completion/racket-completion.zsh},
respectively.
To enable it, just run the appropriate file from your @tt{.bashrc} or
your @tt{.zshrc}.
The @filepath{meta} collection is only available in the Racket Full
The @filepath{shell-completion} collection is only available in the Racket Full
distribution. The completion scripts are also available
@hyperlink["https://github.com/plt/racket/tree/master/collects/meta/contrib/completion"]{online}.
@hyperlink["https://github.com/racket/shell-completion"]{online}.