mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00
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:
parent
5ed3a961af
commit
11bc9c6d33
1 changed files with 6 additions and 0 deletions
6
aliases/eza/eza-aliases.nu
Normal file
6
aliases/eza/eza-aliases.nu
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue