mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
Add better init loading to engine-q config
This commit is contained in:
parent
b285044146
commit
b7fa60926b
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@
|
||||||
#
|
#
|
||||||
# It fethes all definitions and environment variables from the `init` module.
|
# It fethes all definitions and environment variables from the `init` module.
|
||||||
|
|
||||||
use ~/.config/nushell/init.nu *
|
use ~/.config/nushell/init.nu
|
||||||
|
|
||||||
|
use init *
|
||||||
|
|
||||||
let config = build-config
|
let config = build-config
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue