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'