mirror of https://github.com/bjeanes/dotfiles.git
4 lines
89 B
Fish
4 lines
89 B
Fish
|
function method_missing --on-event fish_command_not_found
|
||
|
fish_method_missing $argv
|
||
|
end
|