Files
dotfiles/dot_config/nushell/nu_scripts/example-config/config.nu
Cian Hughes 896af887ca Changed . token to _dot
This change allows the dotfiles to work with chezmoi (e.g: on windows)
and improves grepability with neovim/telescope
2024-11-07 13:52:17 +00:00

14 lines
283 B
Nu

# ~/.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