You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nowrep b9858f98a4 Added basic bash and zsh autocompletion files. 13 years ago
..
README Added basic bash and zsh autocompletion files. 13 years ago
bash_completion.sh Added basic bash and zsh autocompletion files. 13 years ago
zsh_completion.sh Added basic bash and zsh autocompletion files. 13 years ago

README

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"