Add zvm to fish
Add the Zig version manager to the fish shell variables
This commit is contained in:
parent
3ccd5065b5
commit
1300e6504c
1 changed files with 3 additions and 0 deletions
|
@ -8,3 +8,6 @@ set -gxa PATH $HOME/.local/share/bob/nvim-bin
|
|||
set -gx PYENV_ROOT $HOME/.pyenv
|
||||
set -gxa PATH $PYENV_ROOT/bin
|
||||
set -gxa PATH $PYENV_ROOT/shims
|
||||
set -gx ZVM_INSTALL $HOME/.zvm/self
|
||||
set -gxa PATH $PATH:$HOME/.zvm/bin
|
||||
set -gxa PATH $PATH:$ZVM_INSTALL/
|
||||
|
|
Loading…
Reference in a new issue