nu_scripts/example-config/config.nu

14 lines
283 B
Plaintext
Raw Normal View History

# ~/.config/nushell/config.nu
#
# Nushell-s config file used in engine-q.
#
2023-04-01 15:33:56 +03:00
# It fetches all definitions and environment variables from the `init` module.
2022-01-14 23:03:38 +03:00
def build-config [] { { footer_mode: "50" } }
let config = build-config
2022-01-14 23:03:38 +03:00
use ~/.config/nushell/init.nu *
alias gd = git diff