From 611f89c55e0d4827a7d587c000183a933202bbff Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 4 Jul 2021 03:41:24 -0400 Subject: .bash_profile: Set download keyserver and gnupg home --- .bash_profile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 0fdaf36..4c4e74e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -46,9 +46,11 @@ export XDG_DATA_HOME="$HOME/.local/share" # general exports export BROWSER=browser; export CARGO_HOME="$XDG_CACHE_HOME/cargo" +export DOWNLOAD_KEYSERVER="hkp://keyserver.ubuntu.com" export EDITOR=vim export FZF_DIRECTORY_MARKS=$XDG_CONFIG_HOME/fzf/marks/directories export FZF_FILE_MARKS=$XDG_CONFIG_HOME/fzf/marks/files +export GNUPGHOME="$XDG_DATA_HOME/gnupg" export GOPATH="$XDG_DATA_HOME/go" export HISTCONTROL=ignoreboth:erasedups export HISTFILESIZE= -- cgit v1.2.3