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