From 63c88513b023a57285103ec33ee1050309a7de44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Sun, 14 Jul 2024 21:43:57 +0300 Subject: [PATCH] Add vi zsh plugin --- base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/base.nix b/base.nix index 5aceee2..c41e10b 100644 --- a/base.nix +++ b/base.nix @@ -30,6 +30,7 @@ ZSH_TMUX_AUTOSTART=false ZSH_TMUX_AUTOQUIT=false ZSH_TMUX_CONFIG=/etc/tmux.conf + source ${pkgs.zsh-vi-mode}/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh ''; promptInit = '' if [ -n "$IN_NIX_SHELL" ]; then