Adjust defaut '.profile' files.
This commit is contained in:
parent
733bddf3eb
commit
a4572797af
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user