remove useless awk alias

whole-command-tab-completion
bretello 2020-02-14 16:37:41 +01:00
parent 530a17a020
commit 6cb27b8f81
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ if [[ "$(uname)" == "Darwin" ]]; then
## Airport command line interface
alias airport='/System/Library/PrivateFrameworks/Apple80211.framework/Resources/airport'
## Set an English locale to awk (default is italian, with commas as decimal separators)
alias awk='LC_ALL=en_DK awk'
## Flush dns cache
#alias dnsflushcache='sudo discoveryutil mdnsflushcache' # used to work until 10.6
alias dnsflushcache='sudo killall -HUP mDNSResponder' # Works up until 10.9 and after 10.10.4