From 1d8160ed240587554878ded270a0ce9a3bec6de1 Mon Sep 17 00:00:00 2001 From: Dragyx <66752602+Dragyx@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:08:57 +0200 Subject: [PATCH] Remove default alias of rm->trash and add ll and ls aliases to eza --- modules/cli/zsh.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/cli/zsh.nix b/modules/cli/zsh.nix index acb9cdd..a46ca79 100644 --- a/modules/cli/zsh.nix +++ b/modules/cli/zsh.nix @@ -49,9 +49,11 @@ in { c = "clear"; cc = "cd ~ && clear"; mv = "mv -iv"; - rm = "trash -v"; + # rm = "trash -v"; + ls = "eza"; l = "eza -a --icons"; la = "eza -lha --icons --git"; + ll = "eza -l"; kys = "shutdown now"; cd = "z"; nv = "nvim";