]> git.phdru.name Git - dotfiles.git/commitdiff
Refactor(.bashrc,.shellrc): Move unalias closer to the function
authorOleg Broytman <phd@phdru.name>
Mon, 26 Apr 2021 09:01:14 +0000 (12:01 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 26 Apr 2021 09:01:14 +0000 (12:01 +0300)
.bashrc
.shellrc

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 "$@"; }
index 12688b78531edd6eadc21fcd71de5dcfe5909f03..d211675f3e815c927eeab2c3ddbc9aadd08d39d8 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -73,6 +73,7 @@ include() {
 }
 
 
+[ "`type -t mc`" = alias ] && unalias mc
 mc() {
    if [ -n "$SLOWTERM" ]; then
       MC_SLOW="--slow"