Adjust defaut '.profile' files.

This commit is contained in:
Christoph 2021-05-20 12:00:11 +02:00
parent 733bddf3eb
commit a4572797af
4 changed files with 12 additions and 5 deletions

View File

@ -26,5 +26,7 @@ fi
# as the current directory when leaving the midnight commander
#
#. /usr/lib/mc/bin/mc.sh
. /usr/share/mc/bin/mc.sh
if [ -f "/usr/share/mc/bin/mc.sh"]; then
source /usr/share/mc/bin/mc.sh
fi

View File

@ -26,5 +26,6 @@ fi
# as the current directory when leaving the midnight commander
#
#. /usr/lib/mc/bin/mc.sh
. /usr/share/mc/bin/mc.sh
if [ -f "/usr/share/mc/bin/mc.sh"]; then
source /usr/share/mc/bin/mc.sh
fi

View File

@ -26,5 +26,7 @@ fi
# as the current directory when leaving the midnight commander
#
#. /usr/lib/mc/bin/mc.sh
. /usr/share/mc/bin/mc.sh
if [ -f "/usr/share/mc/bin/mc.sh"]; then
source /usr/share/mc/bin/mc.sh
fi

View File

@ -19,6 +19,8 @@ fi
# as the current directory when leaving the midnight commander
#
# . /usr/lib/mc/bin/mc.sh
. /usr/share/mc/bin/mc.sh
if [ -f "/usr/share/mc/bin/mc.sh"]; then
source /usr/share/mc/bin/mc.sh
fi
mesg n