summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2026-06-30 18:17:23 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit372b8d41a46e5affe8903b9b125849dbf2633fe5 (patch)
tree301c2d4d65495cdf9008ccab6d176601b1428fdc
parent9a04851c727d52ba751c57ed32bae8a3393db049 (diff)
feat(zsh): add zvm support
-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