• Operand
  • # (b)ring mi - belles.

gram:build

> ./config/nushell/quick.nu

Lenses
(coming soon!)


# More commands are added, based on `scope`: helping us quickly change our place.
def uu [] { scope ~/.build/config/unec }
def nn [] { scope ~/.build/config/nushell }
def ee [] { scope ~/.build/config/encu }
def cc [] { scope ~/.build/config/change }
#                                 ^ name; primary operand label.
#                          ^ should soon drop designación.

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