From f10952df3a62067a54a97c749c5c99888572f8f9 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Fri, 24 Nov 2023 21:38:56 +1300 Subject: [PATCH] change: eza fish alias add: --icons --- home/ooks/base/shell/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/ooks/base/shell/fish.nix b/home/ooks/base/shell/fish.nix index f342376..5124138 100644 --- a/home/ooks/base/shell/fish.nix +++ b/home/ooks/base/shell/fish.nix @@ -31,7 +31,7 @@ in tree = mkIf hasTre "tre"; - ls = mkIf hasEza "eza"; + ls = mkIf hasEza "eza --icons"; cat = mkIf hasBat "bat";