Skip to content

Commit

Permalink
Fix fldns alias
Browse files Browse the repository at this point in the history
  • Loading branch information
michelegera committed Mar 20, 2024
1 parent f48b01b commit 819a33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/config/fish/aliases.fish
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ alias bu 'bundle update'
alias cat 'bat'
alias cp 'cp -iv'
alias df 'duf'
alias fldns 'sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder;'
alias fldns 'sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder'
alias mkdir 'mkdir -pv'
alias mv 'mv -iv'
alias ping 'prettyping --nolegend'
Expand Down

0 comments on commit 819a33c

Please sign in to comment.