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

Disable Mercurial support

This commit is contained in:
2018-08-15 15:52:21 +02:00
parent 448c38af46
commit 763cc10f31

View File

@@ -111,18 +111,18 @@ vim +BundleInstall +qall
make_link ${HOME}/.vim/bundle/falcon/.githelpers ${HOME} 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
echo # echo
echo "Do you wish to install mercurial stuff?" # echo "Do you wish to install mercurial stuff?"
select yn in "Yes" "No"; do # select yn in "Yes" "No"; do
case $yn in # case $yn in
Yes ) install_hg; break;; # Yes ) install_hg; break;;
No ) touch ~/.dot_no_hg; break;; # No ) touch ~/.dot_no_hg; break;;
esac # esac
done # done
fi #fi
if [ -e ~/.dot/.dot_has_fish ]; then if [ -e ~/.dot/.dot_has_fish ]; then
install_hg install_hg