diff --git a/bash/.bashrc b/bash/.bashrc index 8b24392..84d6694 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -90,3 +90,6 @@ function sshts() { # Add local to path export PATH="$PATH:~/.local/bin" + +# Password Store +export PASSWORD_STORE_ENABLE_EXTENSIONS=true