comma/etc/command-not-found.nu

4 lines
106 B
Text

$env.config.hooks.command_not_found = {
|command_name|
print (comma --ask $command_name | str trim)
}