feature: fish: Added fish-git-abbr plugin
This commit is contained in:
parent
c33921ffda
commit
5ba46b5dd3
1 changed files with 9 additions and 0 deletions
9
home.nix
9
home.nix
|
|
@ -105,6 +105,15 @@
|
||||||
sha256 = "sha256-R2oIGbDPF81NurJ5R2Jos6P5mxYTyb1n1cpI1AZ35H4=";
|
sha256 = "sha256-R2oIGbDPF81NurJ5R2Jos6P5mxYTyb1n1cpI1AZ35H4=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "fish-git-abbr";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "lewisacidic";
|
||||||
|
repo = "fish-git-abbr";
|
||||||
|
rev = "dc590a5b9d9d2095f95f7d90608b48e55bea0b0e";
|
||||||
|
hash = "sha256-6z3Wr2t8CP85xVEp6UCYaM2KC9PX4MDyx19f/wjHkb0=";
|
||||||
|
};
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue