]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - .shenv-aether
.bashrc: Add python pip --user path after finalizing $PATH
[dotfiles.git] / .shenv-aether
1 # bash-completion
2 [[ -r "/opt/homebrew/etc/profile.d/bash_completion.sh" ]] && . "/opt/homebrew/etc/profile.d/bash_completion.sh"
3
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
7
8 # linkpad
9 export LINKPAD_DBNAME='aether'
10
11 # password-store
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"