From 36bdbf00a0a6e9a4f0c2c9138d6fcaf72b8c9d50 Mon Sep 17 00:00:00 2001 From: nowrep Date: Wed, 18 Dec 2013 18:18:49 +0100 Subject: [PATCH] [shell completions] Bash completion is installed into /usr/share/... --- linux/completion/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/linux/completion/README.md b/linux/completion/README.md index 09db9c857..5dd03ad4b 100644 --- a/linux/completion/README.md +++ b/linux/completion/README.md @@ -1,5 +1,10 @@ +**Shell completion files** + +* *qupzilla* - bash completion file +* *_qupzilla* - zsh completion file + Bash completion file will be automatically installed with make install -into `/etc/bash_completion.d/` +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: