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";