From 3c601dafd8a8ec7818d2075751421f7827f69f8b Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 5 Aug 2025 05:19:53 +0800 Subject: [PATCH] fix(nu): deprecated -i to -o --- hm/modules/common/shellenv/config.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hm/modules/common/shellenv/config.nu b/hm/modules/common/shellenv/config.nu index 7dc977b..ab38d1a 100644 --- a/hm/modules/common/shellenv/config.nu +++ b/hm/modules/common/shellenv/config.nu @@ -11,7 +11,7 @@ let fish_completer = {|spans| let external_completer = {|spans| let expanded_alias = scope aliases | where name == $spans.0 - | get -i 0.expansion + | get --optional 0.expansion let spans = if $expanded_alias != null { $spans