From: Victor Martinez Date: Tue, 20 Jan 2015 19:54:31 +0000 (+0100) Subject: bash: profile fixed, removed CHARSET and LESSCHARSET X-Git-Url: http://gitweb/?a=commitdiff_plain;h=ce3a8075bd0de92a7c21d0f171b8e4b146a6343b;p=ports%2Fcore-arm.git bash: profile fixed, removed CHARSET and LESSCHARSET --- diff --git a/bash/profile b/bash/profile index 8e3b9fe..1379554 100644 --- a/bash/profile +++ b/bash/profile @@ -12,9 +12,7 @@ if [ ! -f ~/.inputrc ]; then export INPUTRC="/etc/inputrc" fi -export LESSCHARSET="latin1" export LESS="-R" -export CHARSET="ISO-8859-1" export PS1="\[\033[1m\]\\$ \[\033[0m\]" export PS2="\[\033[1m\]> \[\033[0m\]"