1
mirror of https://github.com/jakejarvis/dotfiles.git synced 2025-04-26 03:45:21 -04:00

dig from google DNS for consistency

This commit is contained in:
Jake Jarvis 2018-03-28 12:15:25 -04:00
parent 2ab75807a3
commit d4f103da9e
No known key found for this signature in database
GPG Key ID: D36CB66F4002B25B

View File

@ -88,7 +88,7 @@ alias flush="sudo killall -HUP mDNSResponder; sudo killall mDNSResponderHelper;
alias serve="python -c 'import SimpleHTTPServer; SimpleHTTPServer.test()'"
alias hosts="sudo $EDITOR /etc/hosts"
alias speed="wget -O /dev/null http://cachefly.cachefly.net/100mb.test"
alias digg="dig +nocmd any +multiline +noall +answer"
alias digg="dig @8.8.8.8 +nocmd any +multiline +noall +answer"
alias unhide="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
alias rehide="defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder"