Warning, /network/falkon/linux/completion/README.md is written in an unsupported language. File is not indexed.

0001 **Shell completion files**
0002 
0003 * *falkon* - bash completion file
0004 * *_falkon* - zsh completion file
0005 
0006 Bash completion file will be automatically installed with make install
0007 into `/usr/share/bash-completion/completions`
0008 
0009 To install zsh completion file, either manually copy it to proper directory
0010 (one directory from $fpath), or run this command:
0011 
0012     cp _falkon "`echo $fpath | cut -d' ' -f1`/_falkon"