1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-13 10:32:11 +01:00
falkonOfficial/linux/completion
Christoph Cullmann 5bb7e9cfcf Add --wmclass argument to linux completion files
Reviewers: #falkon, drosca

Reviewed By: #falkon, drosca

Subscribers: cullmann, falkon

Tags: #falkon

Differential Revision: https://phabricator.kde.org/D18667
2019-02-02 16:24:27 +01:00
..
_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"