From dd5700bcfdeec2ce0ea76e4b1790d2a7850ac66b Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Mon, 10 Oct 2022 21:10:43 -0400 Subject: [PATCH] bashrc: Enable password store extensions --- bash/.bashrc | 3 +++ 1 file changed, 3 insertions(+) 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