Adds pnpm shell completion script
This commit is contained in:
parent
d1b2be0120
commit
37645500c7
1 changed files with 14 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{ programs.fish = {
|
{ programs.fish = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
|
|
@ -136,6 +138,18 @@
|
||||||
pi = "pnpm install";
|
pi = "pnpm install";
|
||||||
px = "pnpm dlx";
|
px = "pnpm dlx";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plugins = [
|
||||||
|
{
|
||||||
|
name = "pnpm-shell-completion";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "g-plane";
|
||||||
|
repo = "pnpm-shell-completion";
|
||||||
|
rev = "v0.5.4";
|
||||||
|
sha256 = "e34eefb80400d1cd2a7e787cf47f0b48bdf767fa";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
home.file.".config/fish/themes".source = ./themes;
|
home.file.".config/fish/themes".source = ./themes;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue