nu_scripts/example-config/config.nu
2023-04-01 07:33:56 -05:00

14 lines
283 B
Plaintext

# ~/.config/nushell/config.nu
#
# Nushell-s config file used in engine-q.
#
# It fetches all definitions and environment variables from the `init` module.
def build-config [] { { footer_mode: "50" } }
let config = build-config
use ~/.config/nushell/init.nu *
alias gd = git diff