]> git.phdru.name Git - phdru.name/phdru.name.git/commitdiff
Publish .bashrc.
authorOleg Broytman <phd@phdru.name>
Sat, 23 Jun 2012 23:03:04 +0000 (23:03 +0000)
committerOleg Broytman <phd@phdru.name>
Sat, 23 Jun 2012 23:03:04 +0000 (23:03 +0000)
git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@129 7bb0bf08-9e0d-0410-b083-99cee3bf18b8

dotfiles2html/bashrc.head [new file with mode: 0644]
dotfiles2html/dotfiles2html.py

diff --git a/dotfiles2html/bashrc.head b/dotfiles2html/bashrc.head
new file mode 100644 (file)
index 0000000..1d37fdc
--- /dev/null
@@ -0,0 +1,8 @@
+<pre>
+<font color="#0000ff"># bash run commands
+#
+# Text version <a href="bashrc">here</a>
+#
+# Generated by <a href="vimrc.html">gvim</a> :runtime syntax/2html.vim
+#</font>
+</pre>
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"))