From 2998cc8299000acc1fa34ad935b7b4b1ef378c26 Mon Sep 17 00:00:00 2001 From: NotTheDr01ds <32344964+NotTheDr01ds@users.noreply.github.com> Date: Sun, 15 Sep 2024 14:56:13 -0400 Subject: [PATCH] Rename submodule --- crates/nu-std/std/deprecated_dirs/mod.nu | 2 +- crates/nu-std/std/dirs/mod.nu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/nu-std/std/deprecated_dirs/mod.nu b/crates/nu-std/std/deprecated_dirs/mod.nu index 5590354b84..4fc4e944ba 100644 --- a/crates/nu-std/std/deprecated_dirs/mod.nu +++ b/crates/nu-std/std/deprecated_dirs/mod.nu @@ -28,7 +28,7 @@ be loaded in the next release. To continue using the Shells feature, and to remove this warning, please add the following to your config.nu: -use std/dirs aliases * +use std/dirs shells-aliases * Or see the documentation for more options. " diff --git a/crates/nu-std/std/dirs/mod.nu b/crates/nu-std/std/dirs/mod.nu index d4596f35fe..a26128a5d7 100644 --- a/crates/nu-std/std/dirs/mod.nu +++ b/crates/nu-std/std/dirs/mod.nu @@ -138,7 +138,7 @@ def --env _fetch [ } } -export module aliases { +export module shells-aliases { export alias shells = main export alias enter = add export alias dexit = drop