File: README.md

package info (click to toggle)
falkon 25.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,120 kB
  • sloc: cpp: 66,939; javascript: 21,781; sh: 578; xml: 562; python: 496; sql: 75; makefile: 23
file content (12 lines) | stat: -rw-r--r-- 397 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
**Shell completion files**

* *falkon* - bash completion file
* *_falkon* - 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 _falkon "`echo $fpath | cut -d' ' -f1`/_falkon"