From 0097cf8ee66d75b57ed01fa33b4b9006c80a34a3 Mon Sep 17 00:00:00 2001 From: Paul Walker Date: Mon, 11 Nov 2019 10:13:14 +0000 Subject: [PATCH] bash: add security.bash --- bashrc.d/security.bash | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bashrc.d/security.bash diff --git a/bashrc.d/security.bash b/bashrc.d/security.bash new file mode 100644 index 0000000..a97ffe1 --- /dev/null +++ b/bashrc.d/security.bash @@ -0,0 +1,5 @@ +# For keygpg.pl +export KEYPATH=$HOME/stored +export SECBUILD_KEY=$HOME/.ssh/id_rsa.secbuild_irvine + +