aboutsummaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2021-07-04 03:41:24 -0400
committertdro <tdro@users.noreply.github.com>2021-07-04 03:41:24 -0400
commit611f89c55e0d4827a7d587c000183a933202bbff (patch)
tree4f1573741bd8e85cb005d66e883ffc4206fb2fe2 /.bash_profile
parentc264c3edf8a425e83c2ba9fa7dde287ae0498303 (diff)
downloaddotfiles-611f89c55e0d4827a7d587c000183a933202bbff.tar.gz
dotfiles-611f89c55e0d4827a7d587c000183a933202bbff.tar.bz2
dotfiles-611f89c55e0d4827a7d587c000183a933202bbff.zip
.bash_profile: Set download keyserver and gnupg home
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
1 files changed, 2 insertions, 0 deletions
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=