View Single Post
Old 01-04-2012, 06:58 AM   #6
danik
Member
danik began at the beginning.
 
Posts: 12
Karma: 14
Join Date: Sep 2011
Device: Kindle3 3G
ok, I see. In the centaurian version of mc you have a script called mc, which runs mc. And now you have an alias mc, which runs a script mc, which runs mc...
Anyway, you can copy the mc script (as I said before):
Code:
cd  /mnt/us/local/terminal/
cp mc mcedit
and then open it in an editor and edit it:
exchange the line
Code:
./mc
with
Code:
./mcedit $@
danik is offline   Reply With Quote