From 43c026c2ef8e63726aff987b7c7b65039aa8d455 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 14 Mar 2011 11:32:45 -0500 Subject: [PATCH] profile: set system environment charset to UTF-8 --- profile | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/profile b/profile index a292008..3480248 100644 --- a/profile +++ b/profile @@ -1,3 +1,4 @@ +export CHARSET=UTF-8 export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin export PAGER=less export PS1='\h:\w\$ ' -- 1.7.4.1