1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 22:55:10 +01:00

Link the falcon .githelpers file to user homedir

This commit is contained in:
2018-08-15 15:51:59 +02:00
parent 08837b9832
commit 448c38af46

View File

@@ -109,6 +109,8 @@ fi
echo "INFO: Vundle Install" echo "INFO: Vundle Install"
vim +BundleInstall +qall vim +BundleInstall +qall
make_link ${HOME}/.vim/bundle/falcon/.githelpers ${HOME}
if [ -e ~/.dot_has_hg ]; then if [ -e ~/.dot_has_hg ]; then
install_hg install_hg
elif [ ! -e ~/.dot_no_hg ]; then elif [ ! -e ~/.dot_no_hg ]; then