dotfiles/fish/functions/m.fish

7 lines
79 B
Fish
Raw Normal View History

2009-06-10 13:04:31 +10:00
function m
2009-06-12 22:19:53 +10:00
if not test $argv
set argv .
end
mate -l1 $argv ^/dev/null
2009-06-10 13:04:31 +10:00
end