bashrc: Enable password store extensions

This commit is contained in:
Peter Cai 2022-10-10 21:10:43 -04:00
parent a0bf14aba6
commit dd5700bcfd
1 changed files with 3 additions and 0 deletions

View File

@ -90,3 +90,6 @@ function sshts() {
# Add local to path
export PATH="$PATH:~/.local/bin"
# Password Store
export PASSWORD_STORE_ENABLE_EXTENSIONS=true