tangled
alpha
login
or
join now
karei.dev
/
unix-config
Configuration files
0
fork
atom
overview
issues
pulls
pipelines
zsh: use `zvm` path rather than direct `zig` install
karei.dev
5 months ago
414416b2
ae8872b2
options
unified
split
Changed files
+1
-1
.zshrc
+1
-1
.zshrc
···
29
29
unsetopt LIST_BEEP
30
30
31
31
export PATH=~/.cargo/bin/:$PATH
32
32
-
export PATH=~/.zig/:$PATH
32
32
+
export PATH=~/.zvm/bin:$PATH
33
33
export PATH=~/.local/bin:$PATH
34
34
35
35
eval "$(starship init zsh)"