mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
405 B
405 B
Shell completion files
- qupzilla - bash completion file
- _qupzilla - zsh completion file
Bash completion file will be automatically installed with make install
into /usr/share/bash-completion/completions
To install zsh completion file, either manually copy it to proper directory (one directory from $fpath), or run this command:
cp _qupzilla "`echo $fpath | cut -d' ' -f1`/_qupzilla"