mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-13 10:32:11 +01:00
b9858f98a4
Bash autocompletion will be installed by default with make install. Zsh autocompletion has to be installed manually, more on that in linux/completion/README |
||
---|---|---|
.. | ||
bash_completion.sh | ||
README | ||
zsh_completion.sh |
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"