From 79029eb4fc91ac90cfbe856d5b90d80f79145989 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sat, 7 Mar 2020 21:29:28 -0800 Subject: [PATCH] windows nonsense --- home/-shrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/-shrc b/home/-shrc index 919abc0..dbdc5dd 100644 --- a/home/-shrc +++ b/home/-shrc @@ -160,6 +160,10 @@ trash() { dd status=none if=/dev/random bs=1 count="$1" } +explore() { + explorer "$(cygpath -w $1)" +} + # sources {{{1 if [ $FANCY -eq 1 ]; then