From: Oleg Broytman Date: Mon, 22 Mar 2010 09:01:43 +0000 (+0000) Subject: Added .profile, .shellrc. X-Git-Url: https://git.phdru.name/?p=phdru.name%2Fphdru.name.git;a=commitdiff_plain;h=739ea9528fa86b602ecbeb5c4711254b2b84563c Added .profile, .shellrc. git-svn-id: file:///home/phd/archive/SVN/phdru.name/scripts@100 7bb0bf08-9e0d-0410-b083-99cee3bf18b8 --- diff --git a/dotfiles2html/dotfiles2html.py b/dotfiles2html/dotfiles2html.py index 2b96e7f..e9e730e 100755 --- a/dotfiles2html/dotfiles2html.py +++ b/dotfiles2html/dotfiles2html.py @@ -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): diff --git a/dotfiles2html/profile.head b/dotfiles2html/profile.head new file mode 100644 index 0000000..47bae47 --- /dev/null +++ b/dotfiles2html/profile.head @@ -0,0 +1,8 @@ +
+# sh/ksh/bash profile
+#
+# Text version here
+#
+# Generated by gvim :runtime syntax/2html.vim
+#
+
diff --git a/dotfiles2html/shellrc.head b/dotfiles2html/shellrc.head new file mode 100644 index 0000000..779e559 --- /dev/null +++ b/dotfiles2html/shellrc.head @@ -0,0 +1,8 @@ +
+# sh/ksh/bash run commands
+#
+# Text version here
+#
+# Generated by gvim :runtime syntax/2html.vim
+#
+