From: Oleg Broytman Date: Mon, 11 May 2020 17:26:32 +0000 (+0300) Subject: .shellrc: Add the current directory for `mc` X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=a176b6b17c8e7fafdaa627f5fa5024be7f18f67e .shellrc: Add the current directory for `mc` --- 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