We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0186f5d commit 85c4b66Copy full SHA for 85c4b66
myzsh/.zshrc
@@ -24,6 +24,7 @@ alias web='cd /var/www/html'
24
alias jc='sh -c "$(curl -fsSL jaredcervantes.com/mac)"'
25
alias apps='bash <(curl -fsSL https://raw.githubusercontent.com/Jaredy899/mac/main/homebrew_scripts/brew_updater.sh)'
26
alias nfzf='nano $(fzf -m --preview="bat --color=always {}")'
27
+alias flushdns='sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder'
28
29
# Edit this .zshrc file
30
alias ezrc='nano ~/.zshrc'
0 commit comments