From cbb8d2a652079b0c4afd4ade9a4ffd0c39039e8d Mon Sep 17 00:00:00 2001 From: albert Date: Tue, 30 Apr 2024 13:09:54 +0900 Subject: [PATCH] UPdate --- home-manager/common/software/cli/fish.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/common/software/cli/fish.nix b/home-manager/common/software/cli/fish.nix index 96ef815d..b372f942 100644 --- a/home-manager/common/software/cli/fish.nix +++ b/home-manager/common/software/cli/fish.nix @@ -14,9 +14,9 @@ tmux attach || exec tmux new-session && exit end end - ''; + ''; - functions = { + functions = { __fish_command_not_found_handler = { body = "__fish_default_command_not_found_handler $argv[1]"; onEvent = "fish_command_not_found";