remove vi mode

This commit is contained in:
♥ Minnie ♥ 2024-01-29 22:56:31 +08:00
parent 3705924da8
commit f1dbd908bf

View file

@ -52,7 +52,6 @@
# Extra commands that should be added to '.zshrc' # Extra commands that should be added to '.zshrc'
initExtra = '' initExtra = ''
eval "$(direnv hook zsh)" eval "$(direnv hook zsh)"
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
path+=('/home/sajenim/.local/bin') path+=('/home/sajenim/.local/bin')
export PATH export PATH
PROMPT='%F{blue}%n@%m %F{cyan}%~ %F{red} %f'; PROMPT='%F{blue}%n@%m %F{cyan}%~ %F{red} %f';