view hooks/post-up @ 234:4ebdb386a987

Add Swoop plugin
author zegervdv <zegervdv@me.com>
date Fri, 30 Jan 2015 16:07:33 +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