From c611233b40ed3a712eda671b412226af35b461fa Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 11 Nov 2012 18:52:07 +0100 Subject: [PATCH] Remove mc alias (which disabled UTF-8). --- config/etc/bashrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/etc/bashrc b/config/etc/bashrc index e35209f33..fb0c31e08 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