about summary refs log tree commit diff stats
path: root/nix-conf/home
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-09-11 13:54:32 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-09-11 15:07:38 +0100
commitba04563c97cc6ab85e037bc0528847615a227ae8 (patch)
tree194f80aaa66b3d4069a471aee46fe205b9647a92 /nix-conf/home
parenta7e0edb5b80f96af93eea81b72e638de8ecba97f (diff)
downloaddotfiles-ba04563c97cc6ab85e037bc0528847615a227ae8.tar.gz
Add another eza alias (grid layout)
Diffstat (limited to 'nix-conf/home')
-rw-r--r--nix-conf/home/includes/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix-conf/home/includes/zsh.nix b/nix-conf/home/includes/zsh.nix
index 569a556..a76fea4 100644
--- a/nix-conf/home/includes/zsh.nix
+++ b/nix-conf/home/includes/zsh.nix
@@ -79,6 +79,7 @@ in
       cat = "bat -p";
       l = "eza";
       la = "eza -a";
+      lg = "eza -G";
       ll = "\\eza --icons --git --colour --long --group-directories-first --classify";
       lla = "ll -a";
       t = "eza --tree";