dotfiles: update

This commit is contained in:
Konstantin Bukley
2022-02-03 20:27:53 +02:00
parent dc1e0aeb4f
commit 9342184be0
5 changed files with 30 additions and 81 deletions

View File

@@ -5,9 +5,14 @@ fi
eval "$(rbenv init - --no-rehash)"
(rbenv rehash &) 2> /dev/null
eval "$(zoxide init bash)"
# eval "$(docker-machine env default)"
# export NVM_DIR="$HOME/.nvm"
# [ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh"
export PATH="/usr/local/opt/icu4c/bin:$PATH"
export PATH="/usr/local/opt/icu4c/sbin:$PATH"
export PATH="/opt/homebrew/opt/avr-gcc@8/bin:$PATH"
export PATH="/opt/homebrew/opt/arm-gcc-bin@8/bin:$PATH"
. "$HOME/.cargo/env"