1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00
falkonOfficial/linux/completion
2013-12-18 18:13:15 +01:00
..
_qupzilla [bash/zsh completion] Complete also filenames and directories 2013-12-18 18:09:17 +01:00
qupzilla [bash/zsh completion] Complete also filenames and directories 2013-12-18 18:09:17 +01:00
README.md [shell completions] Fix markdown syntax in README.md 2013-12-18 18:13:15 +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), or run this command:

cp _qupzilla "`echo $fpath | cut -d' ' -f1`/_qupzilla"