Skip to content

Commit 85c4b66

Browse files
authored
add flushdns
1 parent 0186f5d commit 85c4b66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

myzsh/.zshrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ alias web='cd /var/www/html'
2424
alias jc='sh -c "$(curl -fsSL jaredcervantes.com/mac)"'
2525
alias apps='bash <(curl -fsSL https://raw.githubusercontent.com/Jaredy899/mac/main/homebrew_scripts/brew_updater.sh)'
2626
alias nfzf='nano $(fzf -m --preview="bat --color=always {}")'
27+
alias flushdns='sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder'
2728

2829
# Edit this .zshrc file
2930
alias ezrc='nano ~/.zshrc'

0 commit comments

Comments
 (0)