aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMiquel Sabaté <mikisabate@gmail.com>2014-01-03 16:26:47 +0100
committerMiquel Sabaté <mikisabate@gmail.com>2014-01-03 16:26:47 +0100
commite8f648ddfa62f77c1b4adf63219076279cb9bc1a (patch)
tree3e47f43f4a7867391f972a4d43430e77b5b1e0d4 /install.sh
parent3b930c80e750f43b6ab78c28ffdd38d1f9da8fd8 (diff)
downloaddotfiles-e8f648ddfa62f77c1b4adf63219076279cb9bc1a.tar.gz
dotfiles-e8f648ddfa62f77c1b4adf63219076279cb9bc1a.zip
vim: I always forgot that cat is the now to use to print heredocs...
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 55add4f..6e3c101 100755
--- a/install.sh
+++ b/install.sh
@@ -27,12 +27,13 @@ rm -rf $HOME/.vim
rm -rf $HOME/.vimrc
cp -rf vim $HOME/.vim
cp vimrc $HOME/.vimrc
-echo <<HERE
+cat <<HERE
You have successfully installed my vim configuration files. However, you have
to type the following command inside vim to install all the plugins that I'm
using:
:BundleInstall
+
HERE
# Download and install the review utility.