summaryrefslogtreecommitdiffstats
path: root/fish/functions/gl3.fish
blob: a33d7f7ce1dfa251ea16f2f72ca1ee38b6008a0c (plain)
1
2
3
4
function gl3 --wraps='git log -3' --description 'alias gl3 git log -3'
  git log -3 $argv
        
end