mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
c08d8ca251
See #1109
9 lines
307 B
Plaintext
9 lines
307 B
Plaintext
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 _qupzilla "`echo $fpath | cut -d' ' -f1`/_qupzilla"
|