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

@@ -79,6 +79,10 @@ export BAT_PAGER="less -R"
. /usr/local/opt/asdf/libexec/asdf.sh
source "${XDG_CONFIG_HOME:-$HOME/.config}/asdf-direnv/zshrc"
# Volta
export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH"
# Starship
eval "$(starship init zsh)"
@@ -482,7 +486,3 @@ alias c="clear"
# Empty the Trash on all mounted volumes and the main HDD
# Also, clear Apples System Logs to improve shell startup speed
alias emptytrash="sudo rm -rfv /Volumes/*/.Trashes; sudo rm -rfv ~/.Trash; sudo rm -rfv /private/var/log/asl/*.asl"
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
export PATH="/Users/stefan.imhoff/.rd/bin:$PATH"
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)