From: Michael Tremer Date: Sun, 11 Nov 2012 17:52:07 +0000 (+0100) Subject: Remove mc alias (which disabled UTF-8). X-Git-Tag: v2.13-beta1~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c611233b40ed3a712eda671b412226af35b461fa;p=ipfire-2.x.git Remove mc alias (which disabled UTF-8). --- diff --git a/config/etc/bashrc b/config/etc/bashrc index e35209f335..fb0c31e08c 100644 --- a/config/etc/bashrc +++ b/config/etc/bashrc @@ -29,11 +29,6 @@ alias mv='mv -i' alias rm='rm -i' alias cp='cp -i' -# Midnight Commander isn't compatible to UTF8. -# So we use it in ACSII-Mode. - -alias mc='mc -a' - # Provides prompt for non-login shells, specifically shells started # in the X environment. [Review the LFS archive thread titled # PS1 Environment Variable for a great case study behind this script