nix-config/.config/fish/functions/gl.fish

4 lines
68 B
Fish
Raw Normal View History

2016-06-14 10:12:19 +01:00
function gl
2016-06-14 11:16:56 +01:00
git log --oneline --graph --decorate --all $argv;
2016-06-14 10:12:19 +01:00
end