Add vi zsh plugin

This commit is contained in:
Vili Sinervä 2024-07-14 21:43:57 +03:00
parent e7ed8b5462
commit 63c88513b0
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -30,6 +30,7 @@
ZSH_TMUX_AUTOSTART=false ZSH_TMUX_AUTOSTART=false
ZSH_TMUX_AUTOQUIT=false ZSH_TMUX_AUTOQUIT=false
ZSH_TMUX_CONFIG=/etc/tmux.conf ZSH_TMUX_CONFIG=/etc/tmux.conf
source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh
''; '';
promptInit = '' promptInit = ''
if [ -n "$IN_NIX_SHELL" ]; then if [ -n "$IN_NIX_SHELL" ]; then