dotfiles/fish/functions/gl.fish

5 lines
33 B
Fish
Raw Normal View History

2009-06-12 22:19:53 +10:00
function gl
git pull $argv
end