fix zsh plugins

This commit is contained in:
LavaDesu 2021-07-15 14:59:23 +07:00
parent c8010af175
commit 84f08a3a1c
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 39 additions and 39 deletions

View file

@ -148,8 +148,8 @@ in {
plugins = builtins.map (e: pluginFromInput e) [
"zsh-abbr"
"zsh-history-substring-search"
"zsh-fast-syntax-highlighting"
"zsh-pure"
"fast-syntax-highlighting"
"pure"
];
};
}