Skip to content

Commit

Permalink
.aliases: Remove the now-broken whois alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Jul 5, 2014
1 parent 4dd39b0 commit 287f38e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ alias ip="dig +short myip.opendns.com @resolver1.opendns.com"
alias localip="ipconfig getifaddr en0"
alias ips="ifconfig -a | grep -o 'inet6\? \(addr:\)\?\s\?\(\(\([0-9]\+\.\)\{3\}[0-9]\+\)\|[a-fA-F0-9:]\+\)' | awk '{ sub(/inet6? (addr:)? ?/, \"\"); print }'"

# Enhanced WHOIS lookups
alias whois="whois -h whois-servers.net"

# Flush Directory Service cache
alias flush="dscacheutil -flushcache && killall -HUP mDNSResponder"

Expand Down

0 comments on commit 287f38e

Please sign in to comment.