## chicken scheme -*- sh -*-
# Enable local installation (i.e., without root)

execp chicken || return

## XXX: Disabled because I simply install chicken from source in $LOCAL_PREFIX,
## which automagically makes everything correct.

# m455 | lol fuck i dont even know, ill just use root like a shmuck

export CHICKEN_INSTALL_REPOSITORY="$XDG_DATA_HOME/chicken/eggs"

# m455 | ohh i think the CHICKEN_REPOSITORY_PATH is overriding where it's trying
# to find core modules. maybe ill just use that thing in makefiles instead of
# globally

export CHICKEN_REPOSITORY_PATH="$XDG_DATA_HOME/chicken/eggs"