1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00

[install] Fix vim/header link creation

This commit is contained in:
Hyacinthe Cartiaux 2013-05-03 00:43:11 +02:00
parent 7d7f2f315c
commit 02b01a36c1

View file

@ -40,7 +40,7 @@ mkdir -p backup spell bundle
[[ -d bundle/vundle ]] && ( cd bundle/vundle ; git pull )
ln -sf $DOTFILES/vim/vimrc ~/.vimrc
ln -sf $DOTFILES/vim/header ~/.vim/header
[[ ! -h ~/.vim/header ]] && ln -sf $DOTFILES/vim/header ~/.vim/header
## tmux