From 6cb27b8f81e977858302482439efcb74f2007bae Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 14 Feb 2020 16:37:41 +0100 Subject: [PATCH] remove useless awk alias --- aliases.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/aliases.sh b/aliases.sh index d804bd0..e367bb8 100755 --- a/aliases.sh +++ b/aliases.sh @@ -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