mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
remove useless awk alias
This commit is contained in:
parent
530a17a020
commit
6cb27b8f81
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user