aboutsummaryrefslogtreecommitdiff
path: root/files/.zsh/rc-10093352-sibsac/S10_functions
diff options
context:
space:
mode:
Diffstat (limited to 'files/.zsh/rc-10093352-sibsac/S10_functions')
-rw-r--r--files/.zsh/rc-10093352-sibsac/S10_functions3
1 files changed, 3 insertions, 0 deletions
diff --git a/files/.zsh/rc-10093352-sibsac/S10_functions b/files/.zsh/rc-10093352-sibsac/S10_functions
new file mode 100644
index 0000000..91aa4d3
--- /dev/null
+++ b/files/.zsh/rc-10093352-sibsac/S10_functions
@@ -0,0 +1,3 @@
+open() { explorer $(cygpath -w "$*") }
+
+# vim: et ft=zsh :