Justin Ma

Results 162 comments of Justin Ma

For `fnm` 1.3.5 and `nu` 0.83: ```nushell # env.nu if not (which fnm | is-empty) { ^fnm env --json | from json | load-env # Checking `Path` for Windows let...

@marcelarie It works for me, However, You can give this PR a try: https://github.com/nushell/nu_scripts/pull/593/files

同求,呼唤支持

+1 Waiting.

@jntrnr echo a raw string works, however assignment does not work: ```nushel $> let raw = `one\ntwo (blah) ($var)` Error: nu::shell::external_command × External command failed ╭─[entry #12:1:1] 1 │ let...

Agreed, we need this feature.

> @hustcer I just learned that this works now > > ```nushell > > let raw = echo `one\ntwo (blah) ($var)` > > $raw > one\ntwo (blah) ($var) > ```...

It's true that we can change colors, but can we give a command that does not exist a different color? I haven’t found a clue to do this.

Related: https://github.com/nushell/nushell/issues/4134