From 5012c1e1630a73aa732d1ba8a6661e1b7e54ad04 Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Tue, 22 Oct 2024 22:59:50 +0530 Subject: [PATCH] skipper: update config: eza --- home/programs/eza.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/programs/eza.nix b/home/programs/eza.nix index 2a49718..6971863 100644 --- a/home/programs/eza.nix +++ b/home/programs/eza.nix @@ -4,6 +4,6 @@ _: { enableZshIntegration = true; extraOptions = [ "--group-directories-first" "--group" ]; git = true; - icons = true; + icons = "auto"; }; }