dotfiles/fish/functions/glc.fish

4 lines
58 B
Fish
Executable File

function glc
git log $git_concise_log_format $argv;
end