.envrc: Preserve XDG_DATA_DIRS for bash completions
This commit is contained in:
parent
b045fba6f1
commit
40394f4822
1 changed files with 2 additions and 0 deletions
2
.envrc
2
.envrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue