2013-12-18 18:18:49 +01:00
|
|
|
**Shell completion files**
|
|
|
|
|
|
|
|
* *qupzilla* - bash completion file
|
|
|
|
* *_qupzilla* - zsh completion file
|
|
|
|
|
2013-03-04 13:23:04 +01:00
|
|
|
Bash completion file will be automatically installed with make install
|
2013-12-18 18:18:49 +01:00
|
|
|
into `/usr/share/bash-completion/completions`
|
2013-03-04 13:23:04 +01:00
|
|
|
|
|
|
|
To install zsh completion file, either manually copy it to proper directory
|
2013-12-18 18:11:11 +01:00
|
|
|
(one directory from $fpath), or run this command:
|
2013-03-04 13:23:04 +01:00
|
|
|
|
2013-12-18 18:13:15 +01:00
|
|
|
cp _qupzilla "`echo $fpath | cut -d' ' -f1`/_qupzilla"
|