aboutsummaryrefslogtreecommitdiff
path: root/files/.zsh/rc-10093352-sibsac
diff options
context:
space:
mode:
Diffstat (limited to 'files/.zsh/rc-10093352-sibsac')
-rw-r--r--files/.zsh/rc-10093352-sibsac/S10_functions13
-rw-r--r--files/.zsh/rc-10093352-sibsac/S20_environment4
-rw-r--r--files/.zsh/rc-10093352-sibsac/S55_hash5
3 files changed, 0 insertions, 22 deletions
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 :
diff --git a/files/.zsh/rc-10093352-sibsac/S20_environment b/files/.zsh/rc-10093352-sibsac/S20_environment
deleted file mode 100644
index 9f2f868..0000000
--- a/files/.zsh/rc-10093352-sibsac/S20_environment
+++ /dev/null
@@ -1,4 +0,0 @@
-path=(/bin $path)
-cdpath=($cdpath /cygdrive)
-
-# vim: et ft=zsh :
diff --git a/files/.zsh/rc-10093352-sibsac/S55_hash b/files/.zsh/rc-10093352-sibsac/S55_hash
deleted file mode 100644
index a822944..0000000
--- a/files/.zsh/rc-10093352-sibsac/S55_hash
+++ /dev/null
@@ -1,5 +0,0 @@
-# vim: ft=sh :
-
-if [ -d /cygdrive/d/bobov/Uniar ]; then
- hash -d uniar=/cygdrive/d/bobov/Uniar
-fi