[zsh] fix wrong plugins
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
使用 flakes 和 home-manager
|
使用 flakes 和 home-manager
|
||||||
聊天回答, 注释, 提交记录中均使用中文
|
聊天回答, 注释, 提交记录中均使用中文
|
||||||
|
尽量在 home-manager 中安装软件而不是放到系统之中
|
||||||
|
|||||||
@@ -4,12 +4,12 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
name = "zsh-autocomplete";
|
name = "zsh-autosuggestions";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.fetchFromGitHub {
|
||||||
owner = "marlonrichert";
|
owner = "zsh-users";
|
||||||
repo = "zsh-autocomplete";
|
repo = "zsh-autosuggestions";
|
||||||
rev = "25.03.19";
|
rev = "v0.7.1";
|
||||||
sha256 = "sha256-/6V6IHwB5p0GT1u5SAiUa20LjFDSrMo731jFBq/bnpw=";
|
hash = "sha256-vpTyYq9ZgfgdDsWzjxVAE7FZH4MALMNZIFyEOBLm5Qo=";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user