From 8a2164c261ee31e461f5ed427c8bdf1f3cf04079 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 6 May 2010 11:20:13 -0500 Subject: [PATCH] Added some aliases to bash profile. --- .profile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.profile b/.profile index 661d20c..d4529bf 100644 --- a/.profile +++ b/.profile @@ -28,3 +28,9 @@ fi # load up ssh key keychain ~/.ssh/id_rsa . ~/.keychain/$HOSTNAME-sh + +# some aliases +alias vi='vim' +alias ta='tmux attach' +alias ns='netstat -tulpn' +alias llh='ls -lh'