]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .shenv-aether
.shenv-aether: Track .shenv customizations for 'aether'
[dotfiles.git] / .shenv-aether
1 # homebrew
2 eval "$(/opt/homebrew/bin/brew shellenv)"
3 export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
4
5 # bash-completion
6 [[ -r "/opt/homebrew/etc/profile.d/bash_completion.sh" ]] && . "/opt/homebrew/etc/profile.d/bash_completion.sh"
7
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
11
12 # linkpad
13 export LINKPAD_DBNAME='aether'