From ce3a8075bd0de92a7c21d0f171b8e4b146a6343b Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 20 Jan 2015 20:54:31 +0100 Subject: [PATCH] bash: profile fixed, removed CHARSET and LESSCHARSET --- bash/profile | 2 -- 1 file changed, 2 deletions(-) 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\]" -- 2.26.2