dotfiles/home/.bash_completion.d/mc

3 lines
56 B
Text

if type mc > /dev/null 2>&1; then
complete -C mc mc
fi