Merge branch 'master' of gitea.tforgione.fr:tforgione/dotfiles

This commit is contained in:
Thomas Forgione 2018-08-31 16:31:48 +02:00
commit 6c23ec4743
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 2 additions and 2 deletions

View File

@ -62,9 +62,9 @@ svn() {
esac
}
# Clears resolv.conf with google's dns
# Clears resolv.conf with Cloudflare/APNIC's dns
resolv() {
echo 'nameserver 8.8.8.8' | sudo tee /etc/resolv.conf > /dev/null
echo 'nameserver 1.1.1.1' | sudo tee /etc/resolv.conf > /dev/null
}
# Generate a standard LaTeX maefile