From cfb8799ca367a0cf16a2795483691136cb9735db Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 7 May 2018 10:42:18 -0400 Subject: [PATCH] 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. --- scripts/core/common.alias | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' -- 2.34.1