git: Remove aliases

It's better to use fish abbreviations so it's easier to remember what
the aliases actually do.
This commit is contained in:
Donovan Glover 2024-08-26 06:59:12 -04:00
parent 4b53002720
commit 8438c07ab1
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -15,13 +15,6 @@
programs.git = {
enable = true;
aliases = {
contrib = "shortlog -n -s";
remotes = "remote -v";
praise = "blame";
verify = "log --show-signature";
};
attributes = [ "*.lockb binary diff=lockb" ];
extraConfig = {