mirror of
https://github.com/nushell/nushell.git
synced 2025-05-05 23:42:56 +00:00
For some reason, it had multiple syntax errors and other issues, like undefined options. Would be great to add a test for sourcing all example configs, but I don't know rust See also https://github.com/nushell/nushell/pull/14249#discussion_r1887192408 <!-- if this PR closes one or more issues, you can automatically link the PR with them by using one of the [*linking keywords*](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword), e.g. - this PR should close #xxxx - fixes #xxxx you can also mention related issues, PRs or discussions! --> CC @NotTheDr01ds
23 lines
692 B
Plaintext
23 lines
692 B
Plaintext
# env.nu
|
|
#
|
|
# Installed by:
|
|
# version = "0.100.1"
|
|
#
|
|
# Previously, environment variables were typically configured in `env.nu`.
|
|
# In general, most configuration can and should be performed in `config.nu`
|
|
# or one of the autoload directories.
|
|
#
|
|
# This file is generated for backwards compatibility for now.
|
|
# It is loaded before config.nu and login.nu
|
|
#
|
|
# See https://www.nushell.sh/book/configuration.html
|
|
#
|
|
# To pretty-print a sample of the configuration settings, run:
|
|
# config nu --sample | nu-highlight | less -R
|
|
#
|
|
# To pretty-print the default env.nu, run:
|
|
# config env --default | nu-highlight | less -R
|
|
#
|
|
# You can remove these comments if you want or leave
|
|
# them for future reference.
|