From 65e1234abf33f02e4e3089ca24780041d3efd6b6 Mon Sep 17 00:00:00 2001 From: bRong Njam Date: Thu, 7 Jul 2022 20:38:42 +0800 Subject: [PATCH] Fix handling of grc_plugin_execs --- conf.d/grc.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/grc.fish b/conf.d/grc.fish index f7fb65f..065e21d 100644 --- a/conf.d/grc.fish +++ b/conf.d/grc.fish @@ -17,8 +17,8 @@ if type -q grc if set -q grc_plugin_execs if set -q grc_plugin_ignore_execs echo "Both grc_plugin_execs and grc_plugin_ignore_execs have been provided. Ignoring the latter." - set execs $grc_plugin_execs end + set execs $grc_plugin_execs end if set -q grc_plugin_extras