From c19c9f03f9432e43ebee698a88d45b3a233b9b20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 12 Nov 2023 00:37:45 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(yazi):=20added=20ne?= =?UTF-8?q?mo=20open=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/yazi/yazi.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/yazi/yazi.toml b/.config/yazi/yazi.toml index ffc7fa76..ebabd83f 100644 --- a/.config/yazi/yazi.toml +++ b/.config/yazi/yazi.toml @@ -14,7 +14,7 @@ cache_dir = "" [opener] folder = [ - { exec = 'open -R "$@"', desc = "Reveal in Finder" }, + { exec = 'nemo "$@"', desc = "Open in GUI File Manager" }, { exec = '$EDITOR "$@"' }, ] archive = [{ exec = 'file-roller "$1"', desc = "Extract here" }]