summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Blakeney2022-10-02 10:10:07 +1000
committerMark Blakeney2022-10-02 10:10:07 +1000
commit2b763f9de3a599e7bc4442c8beef0916d19298a6 (patch)
treedfdd0ea380e273b478253fc339ae29e35e4754dc
parent972ce4a0a45de05417929377b6c207701b4daa7c (diff)
downloadaur-2b763f9de3a599e7bc4442c8beef0916d19298a6.tar.gz
Update install.sh
-rw-r--r--install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index e53832f92368..0b08f887e86e 100644
--- a/install.sh
+++ b/install.sh
@@ -4,7 +4,7 @@ post_install() {
echo -ne "\e[34;1m"
echo "=== INSTALLATION NOTES for $_pkgname ==="
echo -ne "\e[39;1m"
- echo "Users should add \"source /usr/share/cdhist/$_pkgname.bashrc\" to their \$HOME/.bashrc."
+ echo "Users should add \". <(cdhist -i)\" to their \$HOME/.bashrc."
echo "See complete instructions at https://github.com/bulletmark/cdhist."
echo -ne "\e[0m"
}