dotfiles/fish/functions/m.fish

8 lines
65 B
Fish
Executable File

function m
if not test $argv
set argv .
end
mate $argv
end