• Operand
  • de ploy? ed.

gram:build

> ./config/nushell/quick.nu

Lenses
(coming soon!)


# Rapid changes and rebuilds on core modules
def nn [] { scope ~/.build/config/nushell }
def xx [] { scope ~/.build/nixos; sudo nixos-rebuild switch; hyprctl reload }
# def aa [] { scope ~/.build/aux/ }

# shell modules; considered legacy.
def gg [] { ch $"($env.HOME)/.config/git/config"; }
def zz [] { ch $"($env.HOME)/.zshrc"; }