diff --git a/home-manager/sajenim/features/cli/zsh.nix b/home-manager/sajenim/features/cli/zsh.nix index 50048a6..846df88 100644 --- a/home-manager/sajenim/features/cli/zsh.nix +++ b/home-manager/sajenim/features/cli/zsh.nix @@ -52,7 +52,6 @@ # Extra commands that should be added to '.zshrc' initExtra = '' eval "$(direnv hook zsh)" - source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh path+=('/home/sajenim/.local/bin') export PATH PROMPT='%F{blue}%n@%m %F{cyan}%~ %F{red}♥ %f';