mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
add newlines to end of the default configs (#5256)
This commit is contained in:
parent
0fb6f8f93c
commit
09b972f1dc
2 changed files with 2 additions and 2 deletions
|
@ -332,4 +332,4 @@ let-env config = {
|
|||
event: { send: menu name: commands_with_description }
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -55,4 +55,4 @@ let-env NU_PLUGIN_DIRS = [
|
|||
]
|
||||
|
||||
# To add entries to PATH (on Windows you might use Path), you can use the following pattern:
|
||||
# let-env PATH = ($env.PATH | prepend '/some/path')
|
||||
# let-env PATH = ($env.PATH | prepend '/some/path')
|
||||
|
|
Loading…
Reference in a new issue