From 8402336da1890185637312f98a64cef359495aa6 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