fix zsh plugins
This commit is contained in:
parent
c8010af175
commit
84f08a3a1c
3 changed files with 39 additions and 39 deletions
|
|
@ -11,8 +11,8 @@
|
|||
# zsh plugins
|
||||
zsh-abbr = { url = "github:olets/zsh-abbr"; flake = false; };
|
||||
zsh-history-substring-search = { url = "github:zsh-users/zsh-history-substring-search"; flake = false; };
|
||||
zsh-fast-syntax-highlighting = { url = "github:zdharma/fast-syntax-highlighting"; flake = false; };
|
||||
zsh-pure = { url = "github:sindresorhus/pure"; flake = false; };
|
||||
fast-syntax-highlighting = { url = "github:zdharma/fast-syntax-highlighting"; flake = false; };
|
||||
pure = { url = "github:sindresorhus/pure"; flake = false; };
|
||||
};
|
||||
|
||||
outputs = inputs: with inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue