1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/linux/completion/README.md

13 lines
397 B
Markdown
Raw Normal View History

**Shell completion files**
2017-08-25 17:11:29 +02:00
* *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:
2017-08-25 17:11:29 +02:00
cp _falkon "`echo $fpath | cut -d' ' -f1`/_falkon"