This commit is contained in:
albert 2024-04-30 13:09:54 +09:00
parent 6da837b774
commit cbb8d2a652
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -14,9 +14,9 @@
tmux attach || exec tmux new-session && exit tmux attach || exec tmux new-session && exit
end end
end end
''; '';
functions = { functions = {
__fish_command_not_found_handler = { __fish_command_not_found_handler = {
body = "__fish_default_command_not_found_handler $argv[1]"; body = "__fish_default_command_not_found_handler $argv[1]";
onEvent = "fish_command_not_found"; onEvent = "fish_command_not_found";