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

9 lines
303 B
Plaintext
Raw Normal View History

Bash completion file will be automatically installed with make install
into /etc/bash_completion.d/
To install zsh completion file, either manually copy it to proper directory
(one directory from $fpath) and rename to _qupzilla, or run this
command:
cp notes "`echo $fpath | cut -d' ' -f1`/_qupzilla"