XDG_CONFIG_HOME unset #14
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bud/mondo#14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After a clean install, my
$XDG_CONFIG_HOMEis unset so the$MONDO_DIRvariable gets set to /mondo which obviously messes things up a bit.Apparently
$XDG_CONFIG_HOMEisn't set automatically? I thought it was... Maybe I did something wrong...Anyways, maybe a check should be put in like
XDG_CONFIG_HOME="${XDG_CONFIG_HOME:-${HOME}/.config}".thanks for reporting. I will add defaults to that. I actually just recorded a video for my youtube channel about environment variables, where i use XDG_CONFIG_HOME, and in that video i jokingly say "If you want to be really really, thorough, set a default to this as well" :)
latest release #15 fixes this .