From a99bd650636fc39229ef4bb51bc4d9af3af46313 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 12 Sep 2025 23:37:58 +0300 Subject: [PATCH] nushell: fix typo --- modules/common/shell/0_nushell.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/shell/0_nushell.nu b/modules/common/shell/0_nushell.nu index 6595198..3b7e976 100644 --- a/modules/common/shell/0_nushell.nu +++ b/modules/common/shell/0_nushell.nu @@ -392,7 +392,7 @@ module dump { print $"(ansi red)thought dump was emptied(ansi reset)" delete $namespace --existed-before ($old_dump_size != null) } else if $old_dump_hash == (open $dump_path | hash sha256) { - print $"(ansi yellow)thought dump was not modifier, doing nothing(ansi reset)" + print $"(ansi yellow)thought dump was not modified, doing nothing(ansi reset)" } else { print $"(ansi magenta)thought dump was edited(ansi reset)"