.envrc: Preserve XDG_DATA_DIRS for bash completions

This commit is contained in:
Robert Hensing 2021-06-03 08:14:23 +02:00
parent b045fba6f1
commit 40394f4822

2
.envrc
View File

@ -1,4 +1,6 @@
HOST_XDG_DATA_DIRS="${XDG_DATA_DIRS:-}"
eval "$(lorri direnv)"
export XDG_DATA_DIRS="${XDG_DATA_DIRS}:${HOST_XDG_DATA_DIRS}"
# Use system PKI
unset SSL_CERT_FILE