4 lines
56 B
Text
4 lines
56 B
Text
|
if type mc > /dev/null 2>&1; then
|
||
|
complete -C mc mc
|
||
|
fi
|