From 68c4dcdf7ee36693a6129ff3f000ad999cb46ca4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 10 Dec 2018 05:38:58 -0200 Subject: WIP: set nautilus as the opener of directories. --- bash/x.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash/x.sh b/bash/x.sh index 0759fc2..e0700e3 100644 --- a/bash/x.sh +++ b/bash/x.sh @@ -15,4 +15,6 @@ isLinux && { xdg-settings set default-web-browser firefox.desktop xdg-mime default firefox.desktop text/html xdg-mime default firefox.desktop text/xml + + xdg-mime default nautilus.desktop inode/directory # FIXME } -- cgit v1.2.3