feat: Added sd zsh pluginx

This commit is contained in:
Patrick Großmann 2023-01-21 22:08:02 +01:00
parent 4374b84c4c
commit 2e5c0dfe8d
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
2 changed files with 10 additions and 10 deletions

View file

@ -76,7 +76,6 @@ MOD: TAGS:
"${MOD}-b " = "spawn firefox";
"${MOD}-m " = "spawn thunderbird";
"${MOD}-Shift-l " = "spawn systemctl suspend";
"${MOD}-Shift-f " = "spawn /home/patrick/scripts/fix_shit.sh";
}
// builtins.listToAttrs (map (x: {
name = "${MOD}-${x}";

View file

@ -89,15 +89,16 @@
sha256 = "PQIFF8kz+baqmZWiSr+wc4EleZ/KD8Y+lxW2NT35/bg=";
};
}
#{ name = "zsh-histdb-skim";
# file = "zsh-histdb-skim.zsh";
# src = pkgs.fetchFromGitHub {
# owner = "m42e";
# repo = "zsh-histdb-skim";
# rev = "v0.8.1";
# sha256 = "pcXSGjOKhN2nrRErggb8JAjw/3/bvTy1rvFhClta1Vs=";
# };
#}
{
name = "sd";
file = "sd.plugin.zsh";
src = pkgs.fetchFromGitHub {
owner = "ianthehenry";
repo = "sd";
rev = "v1.1.0";
sha256 = "X5RWCJQUqDnG2umcCk5KS6HQinTJVapBHp6szEmbc4U=";
};
}
];
};
}