]> git.phdru.name Git - dotfiles.git/blobdiff - .bashrc
Refactor(.bashrc,.shellrc): Move unalias closer to the function
[dotfiles.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index 4a2414509a2936ec79bcd8c2867adebca5280562..4f372983d14ae52a51996ff03eaecbe093e40b9e 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -30,7 +30,6 @@ shopt -s checkwinsize
 
 [ "`type -t ls`" = alias ] && unalias ls
 [ "`type -t ll`" = alias ] && unalias ll
-[ "`type -t mc`" = alias ] && unalias mc
 
 back() { cd - "$@"; }
 functions() { typeset -f "$@"; }