nushell/crates/nu-utils/src/sample_config
Reilly Wood de6bab59bf
Remove get -i from default env file (#8390)
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.
2023-03-10 19:39:11 +01:00
..
default_config.nu Hide 7925 (#8359) 2023-03-09 10:26:59 +13:00
default_env.nu Remove get -i from default env file (#8390) 2023-03-10 19:39:11 +01:00
sample_login.nu Make the default prompt play nice with basic fonts (#8080) 2023-03-02 13:59:32 +13:00