dotfiles/fish/functions/m.fish

9 lines
71 B
Fish
Executable File

function m
if not test $argv
set argv .
end
mate -l 1 $argv
end