mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
5bb7e9cfcf
Reviewers: #falkon, drosca Reviewed By: #falkon, drosca Subscribers: cullmann, falkon Tags: #falkon Differential Revision: https://phabricator.kde.org/D18667 |
||
---|---|---|
.. | ||
_falkon | ||
falkon | ||
README.md |
Shell completion files
- falkon - bash completion file
- _falkon - 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 _falkon "`echo $fpath | cut -d' ' -f1`/_falkon"