Martin Slot
e6c5571fc9
fix: let-env warning when using nushell ( #4893 )
...
Fixed a startup error, when using nushell.
The nushell warns about not using `let-env` for configuring `config`. I have removed the `load-env` and just added a `let-env` for the `config` as the documentation recommends: https://www.nushell.sh/book/environment.html#let-env
2023-02-11 14:05:39 +01:00
Takuya Uehara
fcdf2a0fb6
chore: remove version check for unsupported nushell version ( #4791 )
2023-01-06 12:13:04 -06:00
nibon7
a7abc0f450
feat(nu): enable right prompt ( #4490 )
...
Closes #3982
2022-12-02 12:40:36 +01:00
Verdayne Graham
cdf0d12937
refactor(nu): simplify getting term width ( #4503 )
...
refactor(init,nu): simplify getting term width
2022-10-22 14:17:33 +02:00
nibon7
49995301ce
fix(nu): remove -c parameter from term size
( #4477 )
...
The -c parameter has been removed through nushell/nushell#6651
2022-10-15 14:16:14 +02:00
Hofer-Julian
2608db3a38
fix(nu): Use =
instead of space to pass command line parameters ( #3833 )
...
This fixes https://github.com/nushell/nushell/issues/5074
2022-04-04 20:03:43 +02:00
David Knaack
859b780b46
fix(nu): use shell-provided terminal width ( #3800 )
2022-03-28 13:40:06 -04:00
David Knaack
c9b75fe115
fix(init): Change Nushell init for nu 0.60 ( #3773 )
2022-03-24 15:06:24 -04:00
David Knaack
9126d78d0e
fix(nu): use correct session key variable name ( #2874 )
2021-07-10 12:14:42 +02:00
David Knaack
cea1a1ceb1
feat: add support for nu shell ( #2847 )
2021-07-04 15:32:58 -04:00