From a1df4fb262621f4617085a7e1c5d76f18d06fc6c Mon Sep 17 00:00:00 2001 From: nowrep Date: Wed, 18 Dec 2013 18:13:15 +0100 Subject: [PATCH] [shell completions] Fix markdown syntax in README.md --- linux/completion/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/completion/README.md b/linux/completion/README.md index b4091557d..09db9c857 100644 --- a/linux/completion/README.md +++ b/linux/completion/README.md @@ -1,7 +1,7 @@ Bash completion file will be automatically installed with make install -into /etc/bash_completion.d/ +into `/etc/bash_completion.d/` To install zsh completion file, either manually copy it to proper directory (one directory from $fpath), or run this command: -cp _qupzilla "`echo $fpath | cut -d' ' -f1`/_qupzilla" + cp _qupzilla "`echo $fpath | cut -d' ' -f1`/_qupzilla"