From 2eebdd819e14507ec49e56437c25c0fe9e4ff874 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Thu, 28 Mar 2024 20:30:41 +0100 Subject: [PATCH] add icons in eza aliases --- modules/cli/zsh.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index 568b89b4f..b183e8374 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -39,8 +39,8 @@ in { cp = "cp -ivr"; mv = "mv -iv"; rm = "trash -v"; - l = "eza -a"; - e = "eza -lha --git"; + l = "eza -a --icons"; + e = "eza -lha --icons --git"; untar = "tar -xvf"; untargz = "tar -xzf"; mnt = "udisksctl mount -b";