From def418db0d855c357c3f7c17eca9821e43e22941 Mon Sep 17 00:00:00 2001 From: Dich Date: Thu, 29 May 2025 22:59:28 +0800 Subject: [PATCH] update:nushell --- nushell/config.nu | 1 - 1 file changed, 1 deletion(-) diff --git a/nushell/config.nu b/nushell/config.nu index bfad820..8575536 100644 --- a/nushell/config.nu +++ b/nushell/config.nu @@ -17,7 +17,6 @@ # You can remove these comments if you want or leave # them for future reference. -source ~/.local/share/atuin/init.nu mkdir ($nu.data-dir | path join "vendor/autoload") atuin init nu | save -f ($nu.data-dir | path join "vendor/autoload/atuin.nu") starship init nu | save -f ($nu.data-dir | path join "vendor/autoload/starship.nu")