mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-10 00:33:56 +01:00
3 lines
84 B
Fish
3 lines
84 B
Fish
function flushdns
|
|
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
|
|
end
|