add -g
to the l
alias
This commit is contained in:
parent
1c6324c2be
commit
9023e7c6f5
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ fi
|
||||||
|
|
||||||
if (( $+commands[eza] )); then
|
if (( $+commands[eza] )); then
|
||||||
alias ls="eza --icons"
|
alias ls="eza --icons"
|
||||||
alias l="eza -lh --icons"
|
alias l="eza -lgh --icons"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if (( $+commands[cpg] )); then
|
if (( $+commands[cpg] )); then
|
||||||
|
|
Reference in a new issue