summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot_zshrc.tmpl5
1 files changed, 5 insertions, 0 deletions
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