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