1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-01 06:37:46 +00:00

add exa aliases (#440)

This commit is contained in:
fnuttens 2023-04-06 13:55:40 +02:00 committed by GitHub
parent e5e171c3aa
commit d78ee5eaa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 18 additions and 0 deletions

15
aliases/exa/README.md Normal file
View file

@ -0,0 +1,15 @@
Some aliases for exa!
# Preparations
Copy the `nu_aliases_exa.nu` to your `$env.NU_LIB_DIRS` and add the following to
your `config.nu`:
```nu
use nu_alias_exa.nu *
# or if you want to add the prefix:
use nu_alias_exa.nu
```
For more information of how to load it, click
[here](https://www.nushell.sh/book/modules.html#using-modules).

View file

@ -0,0 +1,3 @@
export alias x = exa --icons --all
export alias xl = exa --all --long
export alias xt = exa --icons --all --tree