went back to activating specific items in dolphin
authorChris Koeritz <fred@gruntose.com>
Mon, 7 May 2018 14:42:18 +0000 (10:42 -0400)
committerChris Koeritz <fred@gruntose.com>
Mon, 7 May 2018 14:42:18 +0000 (10:42 -0400)
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

index 9ebddb766692435d543912849e7e24ca41200e0b..25c5f87fb56caee1ac4d2ec0e143161eb57fdf0f 100644 (file)
@@ -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'