dotfiles: update

This commit is contained in:
2023-10-05 16:51:17 +03:00
parent c99f49cb98
commit a2a3dde5e7
6 changed files with 62 additions and 13 deletions

View File

@@ -1 +1,3 @@
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
[ -f /opt/homebrew/opt/asdf/libexec/asdf.sh ] && . /opt/homebrew/opt/asdf/libexec/asdf.sh

View File

@@ -156,6 +156,8 @@ 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 LDFLAGS="-L/opt/homebrew/opt/openssl@3/lib"
export CPPFLAGS="-I/opt/homebrew/opt/openssl@3/include"
eval "$(zoxide init bash)"