dotfiles/fish/functions/m.fish

7 lines
79 B
Fish
Executable File

function m
if not test $argv
set argv .
end
mate -l1 $argv ^/dev/null
end