From: Chris Koeritz Date: Mon, 1 May 2017 15:41:15 +0000 (-0400) Subject: fixed explorer alias. X-Git-Tag: 2.140.90~181 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=1c9d5ecd5129f79c607bced9ef7307d37b72aff4;p=feisty_meow.git fixed explorer alias. --- 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