Hop CLI supports tab completion for bash, zsh and fish
<shell>
is one of bash
, zsh
or fish
.
oh-my-zsh
.
oh-my-zsh
, you will need to add a path for completion scripts to your
function path, and turn on completion script autoloading. First, add these lines
to ~/.zshrc
:
~/.zsh/completion
and copy the completion script
to the new directory.
/usr/local/etc/bash_completion.d
or /usr/share/bash-completion/completions
directory using the following command:
~/.bash_completions/
, and then add the
following line to ~/.bash_profile
or ~/.bashrc
:
~/.config/fish/completions
or /usr/share/fish/completions
directory using
the following command: