command-not-found handler
- No more lags upon command-not-found
This commit is contained in:
parent
3afc95ee3d
commit
55b74b9567
4
functions/fish_command_not_found.fish
Normal file
4
functions/fish_command_not_found.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
function fish_command_not_found --description "Minimal command-not-found handler"
|
||||||
|
printf "fish: %s: command not found\n" $argv[1] >&2
|
||||||
|
return 127
|
||||||
|
end
|
||||||
Loading…
x
Reference in New Issue
Block a user