From 1d2f80b4d3b5534898f09e9c52b2cff9c62001ae Mon Sep 17 00:00:00 2001 From: 10sr Date: Fri, 23 Sep 2011 17:43:19 +0900 Subject: [PATCH] .bashrc: safe-cmd when finger and id --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 648acb2..713c64e 100755 --- a/.bashrc +++ b/.bashrc @@ -251,7 +251,7 @@ echo "Japanese letters are 表示可能" safe-cmd diskinfo -finger $USER -LANG=C id +safe-cmd finger $USER +LANG=C safe-cmd id