From 1c9d5ecd5129f79c607bced9ef7307d37b72aff4 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 1 May 2017 11:41:15 -0400 Subject: [PATCH] fixed explorer alias. --- scripts/core/common.alias | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/common.alias b/scripts/core/common.alias index e77b3621..02c5d2c7 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -36,7 +36,7 @@ if [ "$OS" != "Windows_NT" ]; then fi else # windows gets routed to our helpful script instead. - define_yeti_alias exp="bash $FEISTY_MEOW_SCRIPTS/winders/exploder.sh" + define_yeti_alias exp="bash $FEISTY_MEOW_SCRIPTS/files/exploder.sh" fi # re-use work we did on 'exp' macro for the longer windows command. define_yeti_alias explorer=exp -- 2.34.1