view hooks/post-up @ 254:731b2964b8fd

Add mapping to compile latex
author zegervdv <zegervdv@me.com>
date Tue, 03 Mar 2015 21:10:25 +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