Skip to content

Commit

Permalink
feat: Use 'eza' instead of 'ls'
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger committed May 28, 2024
1 parent c0c623f commit ea18483
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion dot_config/zsh/_aliases.zsh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 2,16 @@

# Make sure to have installed coreutils using `brew install coreutils`.
# Otherwise use `alias ls="ls -lAhGO"` on macOS for the same results.
alias ls="ls -lAh --color=auto --group-directories-first"
# alias ls="ls -lAh --color=auto --group-directories-first"

alias ls="EZA_COLORS='ur=0:uw=0:ux=0:ue=0:gr=0:gw=0:gx=0:tr=0:tw=0:tx=0:da=0' \
eza \
--all \
--long \
--group-directories-first \
--icons=always \
--no-quotes \
--time-style=long-iso"

alias k9="kill -9"

Expand Down

0 comments on commit ea18483

Please sign in to comment.