From 1d562af8927d932bc3329de3b06c94a966047238 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 30 Jan 2023 17:33:06 -0600 Subject: Add a bunch of stuff Forgot I had to `git add -f' these! --- profile/chicken.sh.disabled | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 profile/chicken.sh.disabled (limited to 'profile/chicken.sh.disabled') diff --git a/profile/chicken.sh.disabled b/profile/chicken.sh.disabled new file mode 100644 index 0000000..975c830 --- /dev/null +++ b/profile/chicken.sh.disabled @@ -0,0 +1,15 @@ +## chicken scheme -*- sh -*- +# Enable local installation (i.e., without root) + +## 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" -- cgit 1.4.1-21-gabe81