mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-26 22:50:48 +01:00
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:
parent
4b53002720
commit
8438c07ab1
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user