]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.mc/mc.ext: Refactor opening/viewing zip files
[dotfiles.git] / .shellrc
index 62da7b79080928d80ddefddea6636d4f8b243fb4..d211675f3e815c927eeab2c3ddbc9aadd08d39d8 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -50,12 +50,10 @@ if test -n "$BASH_VERSION"; then
       set_prompts
       unset set_prompts
    else
-      OPS1="${debian_chroot:+($debian_chroot)}\u@\h:\W \$SHLVL\\$ "
+      PS1="${debian_chroot:+($debian_chroot)}\u@\h:\W \$SHLVL\\$ "
    fi
 fi
 
-PS1="$OPS1"
-
 # clear screen and history, logout
 chlo() { clear; cd; >$HISTFILE; unset HISTFILE; history -c; logout || exit; }
 
@@ -75,6 +73,7 @@ include() {
 }
 
 
+[ "`type -t mc`" = alias ] && unalias mc
 mc() {
    if [ -n "$SLOWTERM" ]; then
       MC_SLOW="--slow"