Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nu): Gracefully handle missing $env.config #1809

Merged
merged 1 commit into from
Mar 21, 2024

Commits on Mar 21, 2024

  1. fix(nu): Gracefully handle missing $env.config

    Fixes error when `$env.config` is null. Nu implements default behavior for missing
    configurations enabling minimal customization in config files.
    
    Additional simplifications:
    - save hook to variable vs repeat it
    - annotate `cell-path` type vs create it with `into cell-path`
    texastoland committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    69838b3 View commit details
    Browse the repository at this point in the history