]> git.phdru.name Git - dotfiles.git/blobdiff - .shellrc
.shellrc: Add the current directory for `mc`
[dotfiles.git] / .shellrc
index 5b1e1d3db39e784807906f1446974f0824843281..aef34517a6a4f9b6bba036f0479f3a5a5fe47f01 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -344,7 +344,7 @@ include() {
 mc() {
    if test -n "$BASH_VERSION"; then
       MC_SAVE_OPS1="$OPS1"
-      OPS1="\u@\h "
+      OPS1="\u@\h \W "
    fi
 
    if [ -n "$SLOWTERM" ]; then