From 23cbf5c1cb4f53c51110ae045e0e8e204675dcef Mon Sep 17 00:00:00 2001 From: dadada Date: Tue, 26 Sep 2023 18:16:49 +0200 Subject: [PATCH] alias exa=eza --- home/modules/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/modules/zsh.nix b/home/modules/zsh.nix index 1e73c0a..1f88e8e 100644 --- a/home/modules/zsh.nix +++ b/home/modules/zsh.nix @@ -61,6 +61,7 @@ in gst = "git status"; gsta = "git stash"; gstap = "git stash apply"; + exa = "eza"; ls = "exa"; la = "exa -a"; ll = "exa -la --no-filesize --changed --time-style=long-iso --git --octal-permissions --no-permissions --no-user --ignore-glob=\".git\"";