Skip to content

Commit

Permalink
refactor: replace exa by eza
Browse files Browse the repository at this point in the history
  • Loading branch information
bdossantos committed Jul 29, 2024
1 parent e1c3074 commit 8abd6c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .aliases
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ alias gce='gh copilot explain'
hash gtimeout &>/dev/null && alias timeout='gtimeout'

# Override ls alias from common-aliases plugin
if command -v exa &>/dev/null; then
alias l='exa -lbF --git'
alias la='exa -lbhHigUmuSa --time-style=long-iso --git --color-scale'
if command -v eza &>/dev/null; then
alias l='eza -lbF --git'
alias la='eza -lbhHigUmuSa --time-style=long-iso --git --color-scale'
alias ll='ls -lah'
alias ls='exa'
alias lt='exa --tree --level=2'
alias ls='eza'
alias lt='eza --tree --level=2'
else
alias l='ls -lFh'
alias la='ls -lAFh'
Expand Down
2 changes: 1 addition & 1 deletion .brew
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ brew install \
ed \
editorconfig \
entr \
exa \
eza \
fd \
findomain \
findutils \
Expand Down

0 comments on commit 8abd6c5

Please sign in to comment.