From 9023e7c6f554b7796cb2fa2739256f1ff6ecc2bc Mon Sep 17 00:00:00 2001 From: cswimr Date: Thu, 14 Nov 2024 15:53:03 -0500 Subject: [PATCH] add `-g` to the `l` alias --- .zshc/aliases.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshc/aliases.zsh b/.zshc/aliases.zsh index fe13f2d..dd19451 100755 --- a/.zshc/aliases.zsh +++ b/.zshc/aliases.zsh @@ -36,7 +36,7 @@ fi if (( $+commands[eza] )); then alias ls="eza --icons" - alias l="eza -lh --icons" + alias l="eza -lgh --icons" fi if (( $+commands[cpg] )); then