mirror of
https://github.com/Cian-H/dotfiles.git
synced 2025-12-28 05:21:57 +00:00
This change allows the dotfiles to work with chezmoi (e.g: on windows) and improves grepability with neovim/telescope
14 lines
283 B
Nu
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
|