Add zsh-bsd plugin

This commit is contained in:
David Morgan 2022-12-02 05:48:16 +00:00
parent 8d635cc06c
commit c6f468f8f0
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 5 additions and 0 deletions

View File

@ -159,6 +159,11 @@
src = zsh-autopair;
file = "share/zsh/zsh-autopair/autopair.zsh";
}
{
name = "zsh-bd";
src = zsh-bd;
file = "share/zsh-bd/bd.zsh";
}
{
name = "zsh-fzf-tab";
src = zsh-fzf-tab;