you gotta be fucking kidding me
- Id
- 2a4daf72dac43f370e2fc346234e558da9d508ef
- Author
- Caio
- Commit time
- 2023-10-19T09:45:10+02:00
Created config/fish/functions/fish_command_not_found.fish
+function fish_command_not_found
+ # leave my disk alone, $distros
+ # what's next? sending my cmdline to a remote service
+ # to correct it? then you can upsell some garbage
+ # software?
+ __fish_default_command_not_found_handler $argv
+end