feat: msmtp additions

This commit is contained in:
Jamie Albert
2025-11-10 15:52:41 +00:00
parent e386a9a8c1
commit 0ccab417ab
7 changed files with 1638 additions and 3 deletions

View File

@@ -9,6 +9,15 @@
# Copyright (C) 2025, Jamie Albert
# ---
# ---
# Script Exports
# ---
declare -x PASSWORD_STORE_DIR=~/dao/storage/pass
declare -x BW_SESSION; BW_SESSION=$(pass show bw/session)
# ---
# Script globals
# ---
declare -g _cached_uh=""
declare -g _uh_cache_key=""
declare -g _cached_pyenv_version=""