mirror of
https://github.com/nushell/nushell
synced 2025-01-12 21:29:07 +00:00
Ensure default config files end with a new line (#14192)
# Description This allows users to immediately add new lines to the configuration in the usual way.
This commit is contained in:
parent
eedf833b6f
commit
2c31b3db07
3 changed files with 3 additions and 3 deletions
|
@ -896,4 +896,4 @@ $env.config = {
|
||||||
event: { edit: selectall }
|
event: { edit: selectall }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -98,4 +98,4 @@ $env.NU_PLUGIN_DIRS = [
|
||||||
# $env.PATH = ($env.PATH | uniq)
|
# $env.PATH = ($env.PATH | uniq)
|
||||||
|
|
||||||
# To load from a custom file you can use:
|
# To load from a custom file you can use:
|
||||||
# source ($nu.default-config-dir | path join 'custom.nu')
|
# source ($nu.default-config-dir | path join 'custom.nu')
|
||||||
|
|
|
@ -6,4 +6,4 @@
|
||||||
$env.PROMPT_INDICATOR = {|| "(LS)> " }
|
$env.PROMPT_INDICATOR = {|| "(LS)> " }
|
||||||
|
|
||||||
# Similar to env-path and config-path there is a variable containing the path to login.nu
|
# Similar to env-path and config-path there is a variable containing the path to login.nu
|
||||||
echo $nu.loginshell-path
|
echo $nu.loginshell-path
|
||||||
|
|
Loading…
Reference in a new issue