From aa4b36edd84cdadfbbc32437e5a4032dd0aecd98 Mon Sep 17 00:00:00 2001 From: LAN-TW Date: Wed, 21 Mar 2012 00:29:21 +0800 Subject: bash_include: 設定語言時同時修改 LANGUAGE 變數 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bash_include | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'bash_include') diff --git a/bash_include b/bash_include index 1bf6aac..187ae89 100644 --- a/bash_include +++ b/bash_include @@ -52,11 +52,10 @@ alias mv='mv -i' alias jobs='jobs -l' alias less='less -RS' -alias cccc='LANG=C;LC_ALL=C' -alias enus='LANG=en_US.UTF-8;LC_ALL=en_US.UTF-8' -alias big5='LANG=zh_TW.Big5;LC_ALL=zh_TW.Big5' -alias zhtw='LANG=zh_TW.UTF-8;LC_ALL=zh_TW.UTF-8' -alias utf8='LANG=zh_TW.UTF-8;LC_ALL=zh_TW.UTF-8' +alias cccc='LANG=C;LANGUAGE=C;LC_ALL=C' +alias enus='LANG=en_US.UTF-8;LANGUAGE=en_US:en;LC_ALL=en_US.UTF-8' +alias big5='LANG=zh_TW.Big5;LANGUAGE=zh_TW:zh;LC_ALL=zh_TW.Big5' +alias zhtw='LANG=zh_TW.UTF-8;LANGUAGE=zh_TW:zh;LC_ALL=zh_TW.UTF-8' alias savetty='default_tty_setting=`stty -g`' alias resetty='stty $default_tty_setting' -- cgit