feat: Added sd zsh pluginx
This commit is contained in:
parent
4374b84c4c
commit
2e5c0dfe8d
|
@ -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}";
|
||||
|
|
|
@ -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=";
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue