From 960166aad62b2e809b60b3d1c1afb3e6b65ff6a7 Mon Sep 17 00:00:00 2001 From: punkfairie Date: Tue, 29 Oct 2024 21:36:34 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(eza):=20Always=20show=20hidd?= =?UTF-8?q?en=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/eza/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/eza/default.nix b/home/eza/default.nix index ae09080..91ea352 100644 --- a/home/eza/default.nix +++ b/home/eza/default.nix @@ -7,6 +7,7 @@ colors = "always"; extraOptions = [ + "--all" "--sort=name" "--group-directories-first" "--header"