From 9d0a3df9f96fe5190f89991098a577277201db67 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 12 Jul 2025 15:44:00 +0800 Subject: [PATCH] docs: nushell config.nu --- home/base/core/shells/config.nu | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/base/core/shells/config.nu b/home/base/core/shells/config.nu index bca89b48..35bb22e2 100644 --- a/home/base/core/shells/config.nu +++ b/home/base/core/shells/config.nu @@ -1,3 +1,8 @@ +# Based on the default config generated by: +# ``` +# config nu --default +# ``` +# # Nushell Config File Documentation # # Warning: This file is intended for documentation purposes only and