From a176b6b17c8e7fafdaa627f5fa5024be7f18f67e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 11 May 2020 20:26:32 +0300 Subject: [PATCH] .shellrc: Add the current directory for `mc` --- .shellrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shellrc b/.shellrc index 5b1e1d3..aef3451 100644 --- 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 -- 2.39.2