Files
dotfiles/dot_config/nushell/nu_scripts/stdlib-candidate/tests/mod.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

9 lines
237 B
Nu

export module bulk-rename.nu
export module record.nu
export module str_xpend.nu
export module math.nu
export module bench.nu
export module script-parsing.nu
export module str_dedent.nu
export module conversions.nu
export module tables.nu