diff --git a/home-manager/programs/zsh.nix b/home-manager/programs/zsh.nix index 56fa9b1..8c2270c 100644 --- a/home-manager/programs/zsh.nix +++ b/home-manager/programs/zsh.nix @@ -52,6 +52,7 @@ # Extra commands that should be added to '.zshrc' initExtra = '' + source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh PROMPT='%F{blue}%n %F{cyan}%~ %F{red}♥ %f'; ''; };