From e62719009c2afa73eae23e8e8b03a4829eae7eba Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 30 Apr 2024 12:20:54 +0900 Subject: [PATCH] Updates --- home-manager/common/software/cli/fish.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home-manager/common/software/cli/fish.nix b/home-manager/common/software/cli/fish.nix index a4228b7e..e97868bd 100644 --- a/home-manager/common/software/cli/fish.nix +++ b/home-manager/common/software/cli/fish.nix @@ -16,7 +16,11 @@ end ''; - functions = { + functions = { + __fish_command_not_found_handler = { + body = "__fish_default_command_not_found_handler $argv[1]"; + onEvent = "fish_command_not_found"; + }; update_secrets = '' pushd /etc/nixos/git nix develop -c \