mirror of
https://github.com/nushell/nushell.git
synced 2025-02-16 18:41:44 +01:00
add newlines to end of the default configs (#5256)
This commit is contained in:
parent
0fb6f8f93c
commit
09b972f1dc
@ -332,4 +332,4 @@ let-env config = {
|
|||||||
event: { send: menu name: commands_with_description }
|
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:
|
# 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 New Issue
Block a user