From: Oleg Broytman Date: Sat, 23 Jun 2012 23:03:04 +0000 (+0000) Subject: Publish .bashrc. X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=4ff6fa294dc736eec8d6958737030cf2675d9d1f;p=phdru.name%2Fphdru.name.git Publish .bashrc. git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@129 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- diff --git a/dotfiles2html/bashrc.head b/dotfiles2html/bashrc.head new file mode 100644 index 0000000..1d37fdc --- /dev/null +++ b/dotfiles2html/bashrc.head @@ -0,0 +1,8 @@ +
+# bash run commands
+#
+# Text version here
+#
+# Generated by gvim :runtime syntax/2html.vim
+#
+
diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index f32147b..54e3d69 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -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"))