From 372b8d41a46e5affe8903b9b125849dbf2633fe5 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Tue, 30 Jun 2026 18:17:23 -0500 Subject: feat(zsh): add zvm support --- dot_zshrc.tmpl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dot_zshrc.tmpl') diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 029a8ec..7b28a4e 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -179,3 +179,8 @@ eval "$(starship init zsh)" # Load zoxide eval "$(zoxide init zsh)" + +# ZVM (Zig Version Manager) +if [ -x "$HOME/.local/bin/zvm" ]; then + eval "$(zvm env)" +fi -- cgit v1.2.3