From 29e833bd72948ecc8358a9aafcfd819c931d0cfa Mon Sep 17 00:00:00 2001
From: Recolic <git@me.recolic.net>
Date: Mon, 17 Mar 2025 11:01:43 -0700
Subject: [PATCH] .

---
 fish-config/config.fish | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/fish-config/config.fish b/fish-config/config.fish
index 3eb03d4..1ca6258 100644
--- a/fish-config/config.fish
+++ b/fish-config/config.fish
@@ -39,6 +39,11 @@ set -gx NugetMachineInstallRoot /mnt/windows_pkgs
 
 function fish_command_not_found
     # do nothing
+    echo Command not found 1>&2
+end
+
+if fish --version | grep ' 4' > /dev/null
+    bind ctrl-c cancel-commandline
 end
 
 # fundle plugin 'tuvistavie/fish-ssh-agent'
-- 
GitLab