mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add flushdns alias
This commit is contained in:
parent
0edde704c3
commit
e5dc9ed41b
1 changed files with 2 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue