From 060999c0feef61e998b0e12d0069a6352754f738 Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Fri, 27 May 2022 12:43:33 -0500 Subject: [PATCH] Correcting minor error. --- .config/fish/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index afedd20..dc414b1 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -130,7 +130,7 @@ function __history_previous_command_arguments end end # The bindings for !! and !$ -if [ $fish_key_bindings = "fish_vi_key_bindings" ]; +if [ "$fish_key_bindings" = "fish_vi_key_bindings" ]; bind -Minsert ! __history_previous_command bind -Minsert '$' __history_previous_command_arguments else