Skip to content

Commit

Permalink
Replace exa with lsd
Browse files Browse the repository at this point in the history
This issue is frustrating ogham/exa#519
cc: @milanmlft
  • Loading branch information
paddyroddy committed Aug 13, 2024
1 parent ef28a70 commit 3945fc6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .config/zsh/aliases_general.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ alias ssh='TERM=xterm-256color ssh'
alias yless='jless --yaml'

# list directories
alias la='eza --icons --group-directories-first -ahl'
alias ls='eza --icons --group-directories-first'
alias la='lsd -al'
alias ls='lsd'
alias lt='lsd -alrt'

# decompress all file types
x() {
Expand Down

0 comments on commit 3945fc6

Please sign in to comment.