mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
Use better import style in engine-q config example
This does not duplicate the overlay (i.e., does not create `init build-config` and `build-config`, just the latter).
This commit is contained in:
parent
ad6eaa1428
commit
6d54fc0865
1 changed files with 1 additions and 3 deletions
|
@ -4,9 +4,7 @@
|
|||
#
|
||||
# It fethes all definitions and environment variables from the `init` module.
|
||||
|
||||
use ~/.config/nushell/init.nu
|
||||
|
||||
use init *
|
||||
use ~/.config/nushell/init.nu *
|
||||
|
||||
let config = build-config
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue