("gitconfig", "gitconfig"), ("vimrc", "vim"),
)
-mc_file_types = (("mc.ext", "conf"), ("mc.ext.i", "conf"), ("menu", "conf"))
+mc_file_types = (("mc.ext", "conf"), ("mc.ext.ini", "conf"), ("menu", "conf"))
python_file_types = (
("init.py", "python"),
if not os.path.exists(fname):
continue
- if fname == 'mc.ext.i' and not os.path.exists('mc.ext.ini'):
- os.rename('mc.ext.i', 'mc.ext.ini')
- if fname == 'mc.ext.i':
- fname = 'mc.ext.ini'
-
process_dotfile(i, fname, ftype, file_types)