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