2 [[ -r "/opt/homebrew/etc/profile.d/bash_completion.sh" ]] && . "/opt/homebrew/etc/profile.d/bash_completion.sh"
4 # allow multithreading under new macOS security rules
5 # https://stackoverflow.com/questions/50168647/multiprocessing-causes-python-to-crash-and-gives-an-error-may-have-been-in-progr
6 export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
9 export LINKPAD_DBNAME='aether'
12 export PASSWORD_STORE_DIR="$HOME/.pass"
13 export PASSWORD_STORE_ENABLE_EXTENSIONS=true
14 export PASSWORD_STORE_EXTENSIONS_DIR="/usr/local/lib/password-store/extensions"