Skip to content

Installation:completion

Clément DOUIN edited this page Jan 21, 2021 · 3 revisions

By default, only the bash completion is installed (in /etc/bash_completion.d/).

If you are on zsh or fish, you can get the completion file by running one of this command:

# For zsh users
unfog --zsh-completion-script `which unfog`

# For fish users
unfog --fish-completion-script `which unfog`

You will have to source manually those generated files.

<< Home | Configuration >>