1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 09:42:10 +02:00
falkonOfficial/linux/completion
2013-03-14 15:25:12 +01:00
..
qupzilla [Bash completion] Properly renamed script to just "qupzilla" 2013-03-14 15:25:12 +01:00
README Added basic bash and zsh autocompletion files. 2013-03-04 13:23:04 +01:00
zsh_completion.sh Added basic bash and zsh autocompletion files. 2013-03-04 13:23:04 +01:00

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"