dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 856645f6c23f5db17d4d90214413e9ed4af38b1e
parent 43f39511ec50e0c35935a3db6734f79ade122d82
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 25 May 2020 22:17:44 +0200

Use gpg2(1) instead of pass(1)

Diffstat:
M.local/bin/sendtext | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.local/bin/sendtext b/.local/bin/sendtext @@ -1,5 +1,10 @@ #!/bin/sh set -e + +pass() { + gpg2 -q -d "${HOME}/.password-store/${1}.gpg" +} + my_number="$(pass Telephone/anders-twilio)" version=0.1