You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Describe the bug
Unlike nix-shell, lorri resets
XDG_DATA_DIRS
by default, causing user and system commands to fail to autocomplete.To Reproduce
Steps to reproduce the behavior:
eval "$(lorri direnv)"
Expected behavior
Lorri preserves the host's
XDG_DATA_DIRS
by default, like nix-shell does.Workaround
.envrc
Perhaps this logic can be built into lorri itself, although it'd be better to figure out why it's cleared in the first place.
Metadata
Additional context
stdenv
extendsXDG_DATA_DIRS
as part of itssetup.sh
script.The text was updated successfully, but these errors were encountered: