Skip to content

Commit

Permalink
Add a more convenient whois alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Oct 5, 2011
1 parent 751e2db commit ce82a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .aliases
Expand Up @@ -17,6 +17,7 @@ alias undopush="git push -f origin HEAD^:master"
alias ip="dig +short myip.opendns.com @resolver1.opendns.com"
alias localip="ipconfig getifaddr en1"
alias ips="ifconfig -a | perl -nle'/(\d+\.\d+\.\d+\.\d+)/ && print $1'"
alias whois="whois -h whois-servers.net"

# Flush Directory Service cache
alias flush="dscacheutil -flushcache"
Expand Down

0 comments on commit ce82a18

Please sign in to comment.