Mercurial > dotfiles.old
changeset 59:db3720a03952
Fix vimwiki setup
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 27 May 2014 12:20:09 +0200 |
parents | b657d43a4fcb |
children | 2b1b5bc62c73 |
files | hooks/post-up rcrc |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hooks/post-up Mon May 26 22:38:34 2014 +0200 +++ b/hooks/post-up Tue May 27 12:20:09 2014 +0200 @@ -4,6 +4,10 @@ ln -s $HOME/.dotfiles/vim $HOME/.vim fi +if [ ! -e $HOME/.vimwiki ]; then + ln -s $HOME/.dotfiles/vimwiki $HOME/.vimwiki +fi + # Update plugins cd $HOME/.dotfiles git submodule init