From: Chris Koeritz Date: Mon, 7 May 2018 14:42:18 +0000 (-0400) Subject: went back to activating specific items in dolphin X-Git-Tag: 2.140.112^2~56 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=cfb8799ca367a0cf16a2795483691136cb9735db went back to activating specific items in dolphin now if dolphin is the file manager launched with the exp(lore) command and others, it will actively open the file specified for things that it knows the mime type for. folders should still be opened normally. --- diff --git a/scripts/core/common.alias b/scripts/core/common.alias index 9ebddb76..25c5f87f 100644 --- a/scripts/core/common.alias +++ b/scripts/core/common.alias @@ -43,7 +43,8 @@ if [ "$OS" != "Windows_NT" ]; then define_yeti_alias exp='open' elif [ ! -z "$(which dolphin 2>/dev/null)" ]; then # we prefer dolphin if available. - define_yeti_alias exp='screen -L -S dolphin-$RANDOM -d -m dolphin --select ' + define_yeti_alias exp='screen -L -S dolphin-$RANDOM -d -m dolphin ' +#--select elif [ ! -z "$(which nautilus 2>/dev/null)" ]; then # launch nautilus if available. define_yeti_alias exp='nautilus'