cswimr/home
Archived
Template
1
0
Fork 0

add -g to the l alias

This commit is contained in:
Seaswimmer 2024-11-14 15:53:03 -05:00
parent 1c6324c2be
commit 9023e7c6f5
Signed by: cswimr
GPG key ID: A9C162E867C851FA

View file

@ -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