mirror of
https://github.com/nushell/nushell.git
synced 2024-11-07 09:04:18 +01: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
@ -896,4 +896,4 @@ $env.config = {
|
||||
event: { edit: selectall }
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -98,4 +98,4 @@ $env.NU_PLUGIN_DIRS = [
|
||||
# $env.PATH = ($env.PATH | uniq)
|
||||
|
||||
# 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)> " }
|
||||
|
||||
# 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 New Issue
Block a user