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:
parent
e5e171c3aa
commit
d78ee5eaa7
2 changed files with 18 additions and 0 deletions
15
aliases/exa/README.md
Normal file
15
aliases/exa/README.md
Normal 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).
|
3
aliases/exa/nu_alias_exa.nu
Normal file
3
aliases/exa/nu_alias_exa.nu
Normal file
|
@ -0,0 +1,3 @@
|
|||
export alias x = exa --icons --all
|
||||
export alias xl = exa --all --long
|
||||
export alias xt = exa --icons --all --tree
|
Loading…
Add table
Add a link
Reference in a new issue