X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=.shellrc;h=d5d7ca3fa267aa03ce67e6690df5549a3c2225d2;hb=f47c26b420ce5cdc352f921889dfacd67a7fad9a;hp=12688b78531edd6eadc21fcd71de5dcfe5909f03;hpb=88da9e6f5b863014fec5ec7cba09eb626eb51802;p=dotfiles.git diff --git a/.shellrc b/.shellrc index 12688b7..d5d7ca3 100644 --- a/.shellrc +++ b/.shellrc @@ -47,8 +47,8 @@ fi if test -n "$BASH_VERSION"; then if [ -r "$HOME"/admin/prog/bash_prompt ]; then . "$HOME"/admin/prog/bash_prompt - set_prompts - unset set_prompts + set_prompt + unset set_prompt else PS1="${debian_chroot:+($debian_chroot)}\u@\h:\W \$SHLVL\\$ " fi @@ -73,6 +73,7 @@ include() { } +[ "`type -t mc`" = alias ] && unalias mc mc() { if [ -n "$SLOWTERM" ]; then MC_SLOW="--slow"