mirror of
https://github.com/nushell/nushell.git
synced 2024-11-24 17:34:00 +01:00
de6bab59bf
This is a follow-up from https://github.com/nushell/nushell/pull/8173, which was merged shortly after the 0.76 release. That PR changed `default_env.nu` so that the user's home folder is displayed as `~` in the left prompt. It did so using `get -i`. This PR just rewrites the Nu code from https://github.com/nushell/nushell/pull/8173 to use `try`/`catch` instead of `-i`, which will make it easier to remove the `-i` flags from `get` and `select` eventually (see https://github.com/nushell/nushell/pull/8379). I would like to merge this before the 0.77 release, so we don't end up with lots of `env.nu` files using `get -i` out in the wild. |
||
---|---|---|
.. | ||
src | ||
standard_library | ||
.gitignore | ||
Cargo.toml | ||
LICENSE |