From cc10a25c2c8ca06f42b85ec03608325739da9b1e Mon Sep 17 00:00:00 2001 From: Maksim Pischulenok Date: Sat, 3 May 2025 13:25:50 +0300 Subject: [PATCH] Fix typo --- yc.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yc.fish b/yc.fish index d3079bf..00d336a 100644 --- a/yc.fish +++ b/yc.fish @@ -19,7 +19,7 @@ function __yc_perform_completion __yc_debug "last arg: $lastArg" # Disable ActiveHelp which is not supported for fish shell - set -l requestComp "yc_ACTIVE_HELP=0 $args[1] __complete $args[2..-1] $lastArg" + set -l requestComp "YC_ACTIVE_HELP=0 $args[1] __complete $args[2..-1] $lastArg" __yc_debug "Calling $requestComp" set -l results (eval $requestComp 2> /dev/null)