dotfiles/home/.bash_completion.d/mc

4 lines
56 B
Text
Raw Permalink Normal View History

2020-04-20 21:43:40 +02:00
if type mc > /dev/null 2>&1; then
complete -C mc mc
fi