Skip to content

Commit

Permalink
Use better import style in engine-q config example
Browse files Browse the repository at this point in the history
This does not duplicate the overlay (i.e., does not create `init build-config` and `build-config`, just the latter).
  • Loading branch information
kubouch committed Dec 12, 2021
1 parent ad6eaa1 commit 6d54fc0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions engine-q/example-config/config.nu
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6d54fc0

Please sign in to comment.