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.
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'