dotfiles/fish/functions/m.fish

9 lines
71 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
2009-07-05 01:27:18 +10:00
mate -l 1 $argv
2009-06-12 22:19:53 +10:00
2009-06-10 13:04:31 +10:00
end