mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 00:48:45 +00:00
add flushdns alias for mac
This commit is contained in:
@@ -124,6 +124,7 @@ alias copyssh="pbcopy < $HOME/.ssh/id_ed25519.pub"
|
||||
##### Mac OS Specific #####
|
||||
if [ "$(uname)" = "Darwin" ]; then
|
||||
alias fl="open -a ForkLift"
|
||||
alias flushdns="sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder"
|
||||
fi
|
||||
|
||||
if type systemctl >/dev/null 2>&1; then
|
||||
|
||||
Reference in New Issue
Block a user