view hooks/post-up @ 239:537e6cfb7e97

Add vims alias to resume sessions
author zegervdv <zegervdv@me.com>
date Wed, 11 Feb 2015 17:44:46 +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