Skip to content

Commit bbc1eb5

Browse files
committed
update ls aliases
1 parent 9a45ff5 commit bbc1eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dot_zshrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ zstyle ':fzf-tab:complete:cd:*' fzf-preview 'ls --color $realpath'
5858
zstyle ':fzf-tab:complete:__zoxide_z:*' fzf-preview 'ls --color $realpath'
5959

6060
# --- Aliases ---
61-
alias ls='eza'
61+
alias ls='eza --group-directories-first --icons --mounts --octal-permissions --git --smart-group'
6262
alias c='clear'
6363

6464
# Aliases: git

0 commit comments

Comments
 (0)