mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-18 23:56:55 +02: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 = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
aliases = {
|
|
||||||
contrib = "shortlog -n -s";
|
|
||||||
remotes = "remote -v";
|
|
||||||
praise = "blame";
|
|
||||||
verify = "log --show-signature";
|
|
||||||
};
|
|
||||||
|
|
||||||
attributes = [ "*.lockb binary diff=lockb" ];
|
attributes = [ "*.lockb binary diff=lockb" ];
|
||||||
|
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user