summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2013-12-26 01:54:29 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2013-12-26 01:54:29 +0900
commitd7f50b1e41c0b2c7af865561a2f1bbf85dddce55 (patch)
tree371a175f91086871b4349300a72bc445f0bb0b53
parent39eb85596ce22985184c8ecee81069ef64697247 (diff)
Fix typo in install script
-rwxr-xr-xinstall4
1 files changed, 2 insertions, 2 deletions
diff --git a/install b/install
index bd7c10ba..6a34ddc9 100755
--- a/install
+++ b/install
@@ -167,8 +167,8 @@ done
cat << EOF
Finished. Reload your .bashrc or .zshrc.
- source ~/.bashrc # bash"
- source ~/.zshrc # zsh"
+ source ~/.bashrc # bash
+ source ~/.zshrc # zsh
To uninstall fzf, simply remove the added line.
EOF