]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/etc/bashrc
Die Abhaengigkeitspakete vom Samba erstellt.
[people/pmueller/ipfire-2.x.git] / config / etc / bashrc
index 4ff17b7b25f1fcb791d865b44a079b5624cdf615..210188d7a224846ad5ba9778ab685325d406412c 100644 (file)
@@ -21,6 +21,11 @@ fi
 
 alias ls='ls --color=auto'
 
+# 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