From f54107747642fbc07e38e9d4e3e94b85abdc0a9b Mon Sep 17 00:00:00 2001 From: Derek Taylor Date: Sat, 16 Oct 2021 13:41:53 -0500 Subject: [PATCH] Fixing minor error in fish. --- .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 50e864c..fe1899e 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