Skip to content

Commit

Permalink
zsh(plugins): add zsh-vi-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Apr 14, 2024
1 parent cd05a95 commit 6527c57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions home/common/zsh/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@
name = "craftos-select";
src = "${zsh-craftos-select.packages.${pkgs.system}.default}";
}
{
name = "vi-mode";
src = pkgs.zsh-vi-mode;
file = "share/zsh-vi-mode/zsh-vi-mode.plugin.zsh";
}
{
src = ./functions;
name = "init.zsh";
Expand Down

0 comments on commit 6527c57

Please sign in to comment.