]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfiles2html.py
Publish .bashrc.
[phdru.name/phdru.name.git] / dotfiles2html / dotfiles2html.py
index f32147b4c28a10d4f4e88cc4677eae0c2c7a8037..54e3d699c3025ab88f6767edea651eca07531bd1 100755 (executable)
@@ -52,10 +52,9 @@ def add_headers(fname, first, prev, next, last):
    html_file.close()
 
 
-home_file_types = (("profile", "sh"), ("shellrc", "sh"), ("fvwm2rc", "fvwm2m4"),
-    ("mailcap", "conf"), ("mime.types", "conf"),
-    ("muttrc", "muttrc"), ("procmailrc", "procmail"),
-    ("vimrc", "vim"))
+home_file_types = (("bashrc", "sh"), ("profile", "sh"), ("shellrc", "sh"),
+    ("fvwm2rc", "fvwm2m4"), ("mailcap", "conf"), ("mime.types", "conf"),
+    ("muttrc", "muttrc"), ("procmailrc", "procmail"), ("vimrc", "vim"))
 
 mc_file_types = (("bindings", "conf"), ("menu", "conf"))