summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2013-11-29 13:42:13 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2013-11-29 13:42:13 +0900
commitb2bb22d8839ca441e972d937b1b940dd29aae66f (patch)
treef84b900b952fe85e185dfc75827985a92047864f
parentad8ec7f38725ec7d6f592b93a4aae74f488a19aa (diff)
downloadfzf-b2bb22d8839ca441e972d937b1b940dd29aae66f.tar.gz
A minor update to install script
-rwxr-xr-xinstall12
1 files changed, 7 insertions, 5 deletions
diff --git a/install b/install
index 2078ef86..a96f5629 100755
--- a/install
+++ b/install
@@ -76,9 +76,11 @@ for shell in bash zsh; do
echo
done
-echo "Finished. Reload your .bashrc or .zshrc to take effect."
-echo " source ~/.bashrc # bash"
-echo " source ~/.zshrc # zsh"
-echo
-echo "To uninstall fzf, simply remove the added line."
+cat << EOF
+Finished. Reload your .bashrc or .zshrc to take effect.
+ source ~/.bashrc # bash"
+ source ~/.zshrc # zsh"
+
+To uninstall fzf, simply remove the added line.
+EOF