mirror of https://github.com/bjeanes/dotfiles.git
4 lines
58 B
Fish
4 lines
58 B
Fish
|
function glc
|
||
|
git log $git_concise_log_format $argv;
|
||
|
end
|