From e11d5bf27dde1521c1c806a59e306d86c64ab821 Mon Sep 17 00:00:00 2001 From: Andrew Free Date: Sat, 25 Jan 2014 22:57:48 -0800 Subject: [PATCH] Added alias for launching dns speed tester. --- lib/aliases.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/aliases.zsh b/lib/aliases.zsh index 5cc9d7588..57f978574 100644 --- a/lib/aliases.zsh +++ b/lib/aliases.zsh @@ -38,6 +38,7 @@ alias rm='/opt/local/bin/MacRm' alias rrm='/bin/rm' alias bp='bpython-2.7' +alias dnstest='open /Applications/namebench.app' alias ipx="curl -s checkip.dyndns.org|sed -e 's/.*Current IP Address: //' -e 's/<.*$//'" alias mnode="sshfs root@andrewfree.com:/ /Users/rever/nodessh/"