From 506df5437dcc75c9465f61448659a68c567b23be Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 23 Jan 2013 22:03:08 +0900 Subject: [PATCH] alias aun=aunpack --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 904ce50..1c2ca77 100755 --- a/bashrc +++ b/bashrc @@ -175,7 +175,7 @@ null type screen && alias screen="screen -e^z^z" null type gtags && alias gtags="gtags --verbose" null type htags && alias htags="htags --xhtml --symbol --line-number \ --frame --alphabet --verbose" -null type aunpack && alias aunp=aunpack +null type aunpack && alias aun=aunpack null type lv && alias lv="lv|less" isdarwin && alias updatedb="LC_ALL=C updatedb"