bash: cleanup

This commit is contained in:
2022-06-15 21:08:47 +03:00
parent f85c175b1f
commit 7d0760b1f1
2 changed files with 22 additions and 33 deletions

View File

@@ -1,25 +1 @@
if [ -s ~/.bashrc ]; then
source ~/.bashrc;
fi
eval "$(rbenv init - --no-rehash)"
(rbenv rehash &) 2> /dev/null
eval "$(zoxide init bash)"
. /opt/homebrew/opt/asdf/libexec/asdf.sh
# 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/sbin:$PATH"
export PATH="/opt/homebrew/opt/avr-gcc@8/bin:$PATH"
export PATH="/opt/homebrew/opt/arm-gcc-bin@8/bin:$PATH"
export PATH="/usr/local/sbin:$PATH"
export PATH="/usr/local/opt/avr-gcc@8/bin:$PATH"
export PATH="/usr/local/opt/arm-gcc-bin@8/bin:$PATH"
export PATH="/usr/local/opt/arm-gcc-bin@8/bin:$PATH"
if [ -s ~/.bashrc ]; then . ~/.bashrc; fi