From a5607661b965a12141145ebf479a3e2ec252d036 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 27 Dec 2012 00:21:05 +0900 Subject: [PATCH] add alias updatedb --- bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bashrc b/bashrc index d11a7aa..3130920 100755 --- a/bashrc +++ b/bashrc @@ -165,6 +165,8 @@ null type htags && alias htags="htags --xhtml --symbol --line-number \ null type aunpack && alias aunp=aunpack null type lv && alias lv="lv|less" +isdarwin && alias updatedb="LC_ALL=C updatedb" + # pad alias pad=notepad null type gedit && alias pad=gedit