From 9d718e39cb4e54d4887d0fdbb97dcc0ac8b37cb7 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Mon, 7 Jan 2013 21:53:45 +0600 Subject: Remove local configuration from default. + persistent vim local files includes. - remove vim color schema from default - remove zsh local configurations --- files/.zsh/rc-10093352-sibsac/S10_functions | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 files/.zsh/rc-10093352-sibsac/S10_functions (limited to 'files/.zsh/rc-10093352-sibsac/S10_functions') diff --git a/files/.zsh/rc-10093352-sibsac/S10_functions b/files/.zsh/rc-10093352-sibsac/S10_functions deleted file mode 100644 index 2d51014..0000000 --- a/files/.zsh/rc-10093352-sibsac/S10_functions +++ /dev/null @@ -1,13 +0,0 @@ -open() { explorer $(cygpath -w "$*") } -wsdl2html() { - while : ; do - local fname="$1" - local out="$fname.html" - xsltproc /cygdrive/d/bobov/scripts/wsdl-viewer.xsl "$fname" > "$out" - echo "WSDL documentation file: $out" - shift - [[ $# -eq 0 ]] && break - done -} - -# vim: et ft=zsh : -- cgit v1.2.3