add mc
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/linamh@566 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
16
app-misc/mc/files/mc.gentoo
Normal file
16
app-misc/mc/files/mc.gentoo
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
|
||||
# A little fix so mc exits into it's current working directory
|
||||
MC_ENV=/usr/share/mc/bin/mc.sh
|
||||
|
||||
for i in $MC_ENV; do
|
||||
if [ -x $i ]; then
|
||||
. $i
|
||||
fi
|
||||
done
|
||||
|
||||
# include this, so also xterm,kterm,gterm,etc will have default bash settings
|
||||
|
||||
#if [ "x$SHLVL" != "x1" ]; then # We're not a login shell
|
||||
# . /etc/profile
|
||||
#fi
|
||||
Reference in New Issue
Block a user