Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conf.d/grc.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down