From: Victor Martinez Date: Wed, 2 Dec 2015 08:29:41 +0000 (+0000) Subject: bash: updated profile X-Git-Url: http://gitweb/?a=commitdiff_plain;h=3bdaed9728d7464df03b93054e128eb16c44a0d7;p=crossrootfs.git bash: updated profile --- diff --git a/bash/.md5sum b/bash/.md5sum index 660129e..5d208fb 100644 --- a/bash/.md5sum +++ b/bash/.md5sum @@ -1,3 +1,3 @@ e9bced547088b3805ea929ec56b6f20a bash-4.3.42.patch.gz 81348932d5da294953e15d4814c74dd1 bash-4.3.tar.gz -3fee206195d50dbd8a3560a8a77f341b profile +be4c698ea8bb7d52eab2d6ce2c3fab8e profile 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\]"