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 was archived by the owner on Oct 15, 2022. It is now read-only.
Describe the bug
Unlike nix-shell, lorri resets
XDG_DATA_DIRSby 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_DIRSby default, like nix-shell does.Workaround
.envrcPerhaps 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
stdenvextendsXDG_DATA_DIRSas part of itssetup.shscript.