diff --git a/aliases/exa/README.md b/aliases/exa/README.md new file mode 100644 index 00000000..94161d6a --- /dev/null +++ b/aliases/exa/README.md @@ -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). diff --git a/aliases/exa/nu_alias_exa.nu b/aliases/exa/nu_alias_exa.nu new file mode 100644 index 00000000..02fadc46 --- /dev/null +++ b/aliases/exa/nu_alias_exa.nu @@ -0,0 +1,3 @@ +export alias x = exa --icons --all +export alias xl = exa --all --long +export alias xt = exa --icons --all --tree