1
mirror of https://invent.kde.org/network/falkon.git synced 2024-09-21 17:52:10 +02:00
falkonOfficial/linux/completion
2016-08-15 14:24:18 +02:00
..
_qupzilla Fix completions according to new options (#2043) 2016-08-15 14:24:18 +02:00
qupzilla Fix completions according to new options (#2043) 2016-08-15 14:24:18 +02:00
README.md [shell completions] Bash completion is installed into /usr/share/... 2013-12-18 18:18:49 +01:00

Shell completion files

  • qupzilla - bash completion file
  • _qupzilla - zsh completion file

Bash completion file will be automatically installed with make install into /usr/share/bash-completion/completions

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"