dots/stow/.config/fish/functions/glo.fish

4 lines
94 B
Fish

function glo --wraps='git log' --description 'alias glo=git log'
git log $argv
end