From 4ff6fa294dc736eec8d6958737030cf2675d9d1f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 23 Jun 2012 23:03:04 +0000 Subject: [PATCH] Publish .bashrc. git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@129 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- dotfiles2html/bashrc.head | 8 ++++++++ dotfiles2html/dotfiles2html.py | 7 +++---- 2 files changed, 11 insertions(+), 4 deletions(-) create mode 100644 dotfiles2html/bashrc.head 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")) -- 2.39.2