From 365c69dc19bade777f0f8a2b228edb30efebcd3a Mon Sep 17 00:00:00 2001 From: Igor Chubin Date: Thu, 2 Aug 2018 07:27:50 +0000 Subject: [PATCH] fixed typo in intro.txt (fixes #63) --- share/intro.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/intro.txt b/share/intro.txt index cc8a9bf..7138588 100644 --- a/share/intro.txt +++ b/share/intro.txt @@ -163,7 +163,7 @@ can use TAB completion when writing its queries in {1bash} Install the TAB completion script for that. Assuming you use bash, you have to do: - {1mkdir -p ~/.bash.d/cht.sh} + {1mkdir -p ~/.bash.d/} {1curl} {2https://cht.sh/:bash_completion} {1> ~/.bash.d/cht.sh} {1echo 'source ~/.bash.d/cht.sh' >> ~/.bashrc} {1source ~/.bash.d/cht.sh}