diff --git a/home/shell/fish.nix b/home/shell/fish.nix index ff2b4f1..0f4bb2e 100644 --- a/home/shell/fish.nix +++ b/home/shell/fish.nix @@ -16,7 +16,11 @@ in enable = true; interactiveShellInit = '' - set fish_greeting # Disable greeting + # Disable greeting + set fish_greeting + + # Avoid having Ctrl + d closing the shell + bind \cd delete-char ${builtins.concatStringsSep "\n" btConnFuncs} '';