dotfiles/fish/functions/method_missing.fish

4 lines
89 B
Fish
Raw Normal View History

2009-09-27 10:46:37 +10:00
function method_missing --on-event fish_command_not_found
fish_method_missing $argv
end