1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-02 15:17:47 +00:00

add --all aliases for exa (#446)

This commit is contained in:
fnuttens 2023-04-12 16:24:13 +02:00 committed by GitHub
parent 52e37dcd18
commit 5f463775f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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