view hooks/post-up @ 221:152b34da1f13

Add notes
author zegervdv <zegervdv@me.com>
date Sun, 11 Jan 2015 18:36:10 +0100
parents db3720a03952
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