summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/.profile b/.profile
index ab7bbb7..58e021c 100644
--- a/.profile
+++ b/.profile
@@ -4,3 +4,6 @@ export EDITOR="vim"
export LESS="-FRXS"
export PAGER="less"
export LESSOPEN="||${HOME}/.local/bin/lesspipe-highlight.sh %s"
+export HOMEBUNDLE=${HOME}/.pki/tls/certs/ca-bundle.crt
+export GIT_SSL_CAINFO="${HOMEBUNDLE}"
+export _LOCAL_PROFILE=1