mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +01:00
8 lines
283 B
Markdown
8 lines
283 B
Markdown
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), or run this command:
|
|
|
|
cp _qupzilla "`echo $fpath | cut -d' ' -f1`/_qupzilla"
|