# 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.