mirror of
https://github.com/nushell/nushell
synced 2025-01-14 14:14:13 +00:00
parent
e6a5011fdb
commit
1d38ff071e
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ let-env PROMPT_MULTILINE_INDICATOR = "::: "
|
|||
|
||||
# Specifies how environment variables are:
|
||||
# - converted from a string to a value on Nushell startup (from_string)
|
||||
# - converted from a value back to a string when running extrnal commands (to_string)
|
||||
# - converted from a value back to a string when running external commands (to_string)
|
||||
# Note: The conversions happen *after* config.nu is loaded
|
||||
let-env ENV_CONVERSIONS = {
|
||||
"PATH": {
|
||||
|
|
Loading…
Reference in a new issue