Remove mc alias (which disabled UTF-8).

This commit is contained in:
Michael Tremer
2012-11-11 18:52:07 +01:00
parent b66eb296d1
commit c611233b40

View File

@@ -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