]> git.phdru.name Git - phdru.name/phdru.name.git/blobdiff - dotfiles2html/dotfiles2html.py
Added .profile, .shellrc.
[phdru.name/phdru.name.git] / dotfiles2html / dotfiles2html.py
index 2b96e7f22ab9242f38fbb9720e54ff55db1bb187..e9e730eb4a3499abeb6ebf8027faa7bb22e46d27 100755 (executable)
@@ -53,12 +53,12 @@ def add_headers(fname, prev, next):
    html_file.close()
 
 
-file_types = (("fvwm2rc", "fvwm2m4"),
-      ("mailcap", "conf"), ("mime.types", "conf"),
-      ("muttrc", "muttrc"), ("procmailrc", "procmail"),
-      ("vimrc", "vim"), ("gvimrc", "vim"),
-      ("init.py", "python"), ("pdbrc", "python"), ("pdbrc.py", "python"),
-      ("bindings", "conf"), ("menu", "conf"))
+file_types = (("profile", "sh"), ("shellrc", "sh"), ("fvwm2rc", "fvwm2m4"),
+    ("mailcap", "conf"), ("mime.types", "conf"),
+    ("muttrc", "muttrc"), ("procmailrc", "procmail"),
+    ("vimrc", "vim"), ("gvimrc", "vim"),
+    ("init.py", "python"), ("pdbrc", "python"), ("pdbrc.py", "python"),
+    ("bindings", "conf"), ("menu", "conf"))
 ft_len = len(file_types)
 
 for i, (fname, ftype) in enumerate(file_types):