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=8402336da1890185637312f98a64cef359495aa6;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\]"