X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.bashrc;h=4f372983d14ae52a51996ff03eaecbe093e40b9e;hb=1fe03c0fd5033da2ab6976f293e700920ba163e6;hp=4a2414509a2936ec79bcd8c2867adebca5280562;hpb=6fdf2d5bd838f424562a7c85aed46ca6c1347077;p=dotfiles.git diff --git a/.bashrc b/.bashrc index 4a24145..4f37298 100644 --- 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 "$@"; }