Aidan Gauland
8772bae58c
nushell: allow installing plugins
...
When the version of Nushell or any Nushell plugin changes, the plugin
registry must be regenerated.
2024-12-10 23:21:17 +01:00
Joaquín Triñanes
628b15d275
nushell: allow arbitrary environment variables
2024-10-17 12:54:19 +02:00
Philipp Mildenberger
630a0992b3
nushell: fix nushell config path on darwin
2024-04-14 08:58:16 +02:00
Yt
8c731978f0
nushell: deprecation of let-env ( #4292 )
2023-08-01 19:27:30 +02:00
SaiProton
e15010ee6e
nushell: add login.nu configuration option
...
Nushell has the option to source from the login.nu file in the case
that nushell is used as a login shell. This commit adds the login file
alongside the existing config and env files as another configuration
option.
2023-07-08 23:58:37 +02:00
Yt
788777b536
nushell: add envVars attribute ( #3930 )
2023-05-04 00:12:21 +02:00
Mika Naylor
58b8685e47
nushell: add shellAliases option
...
This allows nushell users to define shell aliases that are inserted
into nushell's `config.nu`.
2023-04-17 22:59:32 +02:00
David Armstrong Lewis
b44f56dfcd
nushell: support darwin config file locations
...
Previously the nushell module did not differentiate between Linux and
Darwin when deciding where to place config files, whereas nushell
does. This commit fixes that.
2022-12-20 23:57:11 +01:00
Philipp Mildenberger
931e610552
nushell: update configuration management
...
Recent versions of nushell uses a different configuration setup. This
commit adjusts the module to match.
Fixes #2952
Fixes #2837
2022-06-21 00:39:00 +02:00