From ea7033bea8d4c8b110bc8d58b89a9238f58fff10 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Mon, 9 Dec 2024 12:27:09 -0500 Subject: [PATCH] feat: Adds yazi configuration to show hidden files and symlinks. --- yazi/yazi.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 yazi/yazi.toml diff --git a/yazi/yazi.toml b/yazi/yazi.toml new file mode 100644 index 0000000..ec830d7 --- /dev/null +++ b/yazi/yazi.toml @@ -0,0 +1,3 @@ +[manager] +show_hidden = true +show_symlink = true