Skip to content

Commit

Permalink
zsh: install zsh-bd
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed May 20, 2024
1 parent a37a513 commit f165d1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion home/common/zsh/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,17 @@
{
name = "vi-mode";
src = pkgs.zsh-vi-mode;
file = "share/zsh-vi-mode/zsh-vi-mode.plugin.zsh";
}
rec {
name = "you-should-use";
src = pkgs.zsh-you-should-use;
file = "share/zsh/plugins/${name}/${name}.plugin.zsh";
}
rec {
name = "bd";
src = pkgs.zsh-bd;
file = "share/zsh-${name}/${name}.plugin.zsh";
}
{
src = ./functions;
name = "init.zsh";
Expand Down

0 comments on commit f165d1b

Please sign in to comment.