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