From e5dc9ed41b1ff1578120b472da5228a9e34b4ed2 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Fri, 27 Dec 2019 08:56:01 -0500 Subject: [PATCH] Add flushdns alias --- link/nix/zshrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/link/nix/zshrc b/link/nix/zshrc index c310ab3..bf351af 100644 --- a/link/nix/zshrc +++ b/link/nix/zshrc @@ -123,6 +123,8 @@ export PATH=$PATH:~/.nexustools if [[ `uname` == 'Darwin' ]]; then export PATH=$PATH:/usr/local/sbin + alias flushdns='sudo killall -HUP mDNSResponder' + # Araxis needs to come first so that its tools don't get stomped # by ones Homebrew installs to /usr/local/bin. In particular, compare # from ImageMagick breaks using git difftool.