view hooks/post-up @ 16:17afab9bd228

Open vim at last known position
author zegervdv <zegervdv@me.com>
date Wed, 12 Mar 2014 21:35:40 +0100
parents 36a9b3a28861
children db3720a03952
line wrap: on
line source

#!/bin/sh

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

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