From c31a5f4e2d7e285336b57840e7062d039893ea9f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 9 Jul 2020 23:59:32 +0300 Subject: [PATCH] Move .gnupg to the Documents directory. Nextcloud will back it up! --- .bashrc | 1 + Documents/.gnupg/gitkeep | 0 2 files changed, 1 insertion(+) create mode 100644 Documents/.gnupg/gitkeep diff --git a/.bashrc b/.bashrc index 131f03b..937188d 100644 --- a/.bashrc +++ b/.bashrc @@ -55,6 +55,7 @@ export DOCKER_BUILDKIT=1 export COMPOSE_DOCKER_CLI_BUILD=1 export PGSSLROOTCERT=/etc/ssl/certs/ca-certificates.crt export CLOUDSDK_ACTIVE_CONFIG_NAME='shore' +export GNUPGHOME="$HOME/Documents/.gnupg" alias ll='ls -lha' alias la='ls -AF' diff --git a/Documents/.gnupg/gitkeep b/Documents/.gnupg/gitkeep new file mode 100644 index 0000000..e69de29 -- GitLab