From 16ec9b29208a6090c9046088c8128c53589d6ceb Mon Sep 17 00:00:00 2001 From: Danny O'Brien Date: Wed, 13 Dec 2023 00:34:10 -0800 Subject: [PATCH] secrets: Create password store structure --- bin/activate-all | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/activate-all b/bin/activate-all index ae79a4d..6ce2f91 100755 --- a/bin/activate-all +++ b/bin/activate-all @@ -35,3 +35,10 @@ cd() { builtin cd "$@" fi } + +# Almanack utilities + + +a-pass() { + PASSWORD_STORE_DIR=$ALMANACK_ROOT/secrets/ pass $* +}