2 eval "$(/opt/homebrew/bin/brew shellenv)"
3 export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
6 [[ -r "/opt/homebrew/etc/profile.d/bash_completion.sh" ]] && . "/opt/homebrew/etc/profile.d/bash_completion.sh"
8 # allow multithreading under new macOS security rules
9 # https://stackoverflow.com/questions/50168647/multiprocessing-causes-python-to-crash-and-gives-an-error-may-have-been-in-progr
10 export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
13 export LINKPAD_DBNAME='aether'
16 export PASSWORD_STORE_DIR="$HOME/.pass"
17 export PASSWORD_STORE_ENABLE_EXTENSIONS=true
18 export PASSWORD_STORE_EXTENSIONS_DIR="/usr/local/lib/password-store/extensions"