view hooks/post-up @ 238:b3bf31ff1c1c

Add Obsession plugin for session management
author zegervdv <zegervdv@me.com>
date Tue, 10 Feb 2015 19:28:54 +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