view hooks/post-up @ 236:639222e1ab7b

Add Ag plugin
author zegervdv <zegervdv@me.com>
date Sat, 07 Feb 2015 22:12:55 +0100
parents 152b34da1f13
children
line wrap: on
line source

#!/bin/sh

if [ ! -e $HOME/.vim/notes ]; then
  ln -s $HOME/.dotfiles/vim/notes $HOME/.vim/notes
fi

# Update plugins
# cd $HOME/.dotfiles
# git submodule init
# git submodule update