export alias for core> export alias {flags} (name) (initial_value)
name: name of the aliasinitial_value: equals sign followed by value| input | output | 
|---|---|
| nothing | nothing | 
Alias ll to ls -l and export it from a module
>modulespam { export aliasll=ls-l }
This command is a parser keyword. For details, check: https://www.nushell.sh/book/thinking_in_nu.html
    Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
    https://www.nushell.sh/commands/docs/export_alias.html