diff options
| author | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 16:26:47 +0100 |
|---|---|---|
| committer | Miquel Sabaté <mikisabate@gmail.com> | 2014-01-03 16:26:47 +0100 |
| commit | e8f648ddfa62f77c1b4adf63219076279cb9bc1a (patch) | |
| tree | 3e47f43f4a7867391f972a4d43430e77b5b1e0d4 /install.sh | |
| parent | 3b930c80e750f43b6ab78c28ffdd38d1f9da8fd8 (diff) | |
| download | dotfiles-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-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |
