chore: add volta version manager

This commit is contained in:
Stefan Imhoff
2023-02-16 15:09:06 +01:00
parent fb03ad0f94
commit 7a4fc65d47
2 changed files with 8 additions and 4 deletions

View File

@@ -13,6 +13,10 @@ end
# asdf Version Manager
source /usr/local/opt/asdf/libexec/asdf.fish
# Volta
set -gx VOLTA_HOME "$HOME/.volta"
set -gx PATH "$VOLTA_HOME/bin" $PATH
# Neovim as default editor
set -U EDITOR nvim