diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2026-06-30 18:17:23 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 372b8d41a46e5affe8903b9b125849dbf2633fe5 (patch) | |
| tree | 301c2d4d65495cdf9008ccab6d176601b1428fdc /dot_zshrc.tmpl | |
| parent | 9a04851c727d52ba751c57ed32bae8a3393db049 (diff) | |
feat(zsh): add zvm support
Diffstat (limited to 'dot_zshrc.tmpl')
| -rw-r--r-- | dot_zshrc.tmpl | 5 |
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 |
