]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Remove mc alias (which disabled UTF-8).
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Nov 2012 17:52:07 +0000 (18:52 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Nov 2012 17:52:07 +0000 (18:52 +0100)
config/etc/bashrc

index e35209f335ff37d689d61bd4156548a1183650bc..fb0c31e08c39813e0388e0d863e9828d245aa8eb 100644 (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