From 83ba802ebe38d2ad426b245f819fcee4a00b1842 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Wed, 15 May 2013 12:15:21 +0900 Subject: [PATCH] alias au=aunpack --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index 43b1fb3..f305ecd 100755 --- a/bashrc +++ b/bashrc @@ -189,7 +189,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 aun=aunpack +null type aunpack && alias au=aunpack null type lv && alias lv="lv|less" isdarwin && alias updatedb="LC_ALL=C updatedb"