.bashrc: Move extra homebrew config from .shenv-aether into .bashrc
[dotfiles.git] / .shenv-aether
index 11d7969385c2a2e11a21a2e9a8c215b3ecadfff7..b8863c44a5a44092251a51d8cf898988c9a8ce2c 100644 (file)
@@ -1,7 +1,3 @@
-# homebrew
-eval "$(/opt/homebrew/bin/brew shellenv)"
-export PATH="/opt/homebrew/opt/coreutils/libexec/gnubin:$PATH"
-
 # bash-completion
 [[ -r "/opt/homebrew/etc/profile.d/bash_completion.sh" ]] && . "/opt/homebrew/etc/profile.d/bash_completion.sh"
 
@@ -11,3 +7,8 @@ export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
 
 # linkpad
 export LINKPAD_DBNAME='aether'
+
+# password-store
+export PASSWORD_STORE_DIR="$HOME/.pass"
+export PASSWORD_STORE_ENABLE_EXTENSIONS=true
+export PASSWORD_STORE_EXTENSIONS_DIR="/usr/local/lib/password-store/extensions"