Add eza aliases (#591)

eza is an active fork of exa, which is now unmaintained.
See https://github.com/ogham/exa/issues/1243
This commit is contained in:
fnuttens 2023-09-07 15:36:19 +02:00 committed by GitHub
parent 5ed3a961af
commit 11bc9c6d33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,6 @@
export alias x = eza --icons
export alias xa = eza --icons --all
export alias xl = eza --long
export alias xla = eza --long --all
export alias xt = eza --icons --tree
export alias xta = eza --icons --tree --all