Skip to content

Commit

Permalink
Always display icons and total folder size
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Oct 27, 2023
1 parent 42b0847 commit 9e042f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ if [ -n GRC ]; then
fi

# eza is a maintained fork of exa (a modern ls).
LS_FLAGS="--all --group-directories-first --sort=name --time-style=long-iso"
LS_FLAGS="--all --group-directories-first --total-size --time-style=long-iso --sort=name --icons=always"
alias ls="eza ${LS_FLAGS} --across"
alias ll="eza ${LS_FLAGS} --long --group --header --binary --created --modified --git --classify"
alias l="ls"
Expand Down

0 comments on commit 9e042f8

Please sign in to comment.