home: zsh: use packaged 'fast-syntax-highlighting'
This commit is contained in:
parent
508b30eadd
commit
c259fe87a0
|
@ -25,12 +25,8 @@ in
|
||||||
plugins = with pkgs; [
|
plugins = with pkgs; [
|
||||||
{
|
{
|
||||||
name = "fast-syntax-highlighting";
|
name = "fast-syntax-highlighting";
|
||||||
src = fetchFromGitHub {
|
file = "share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh";
|
||||||
owner = "zdharma";
|
src = pkgs.zsh-fast-syntax-highlighting;
|
||||||
repo = "fast-syntax-highlighting";
|
|
||||||
rev = "v1.55";
|
|
||||||
sha256 = "sha256-DWVFBoICroKaKgByLmDEo4O+xo6eA8YO792g8t8R7kA=";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "agkozak-zsh-prompt";
|
name = "agkozak-zsh-prompt";
|
||||||
|
|
Loading…
Reference in a new issue