diff options
author | Case Duckworth | 2023-01-30 17:33:06 -0600 |
---|---|---|
committer | Case Duckworth | 2023-01-30 17:33:06 -0600 |
commit | 1d562af8927d932bc3329de3b06c94a966047238 (patch) | |
tree | acb2c460fbb8d01473f38f4de426c4879c7ae11a /profile/chicken.sh.disabled | |
parent | Declare mode (diff) | |
download | etc-1d562af8927d932bc3329de3b06c94a966047238.tar.gz etc-1d562af8927d932bc3329de3b06c94a966047238.zip |
Add a bunch of stuff
Forgot I had to `git add -f' these!
Diffstat (limited to 'profile/chicken.sh.disabled')
-rw-r--r-- | profile/chicken.sh.disabled | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ | |||
1 | ## chicken scheme -*- sh -*- | ||
2 | # Enable local installation (i.e., without root) | ||
3 | |||
4 | ## XXX: Disabled because I simply install chicken from source in $LOCAL_PREFIX, | ||
5 | ## which automagically makes everything correct. | ||
6 | |||
7 | # m455 | lol fuck i dont even know, ill just use root like a shmuck | ||
8 | |||
9 | export CHICKEN_INSTALL_REPOSITORY="$XDG_DATA_HOME/chicken/eggs" | ||
10 | |||
11 | # m455 | ohh i think the CHICKEN_REPOSITORY_PATH is overriding where it's trying | ||
12 | # to find core modules. maybe ill just use that thing in makefiles instead of | ||
13 | # globally | ||
14 | |||
15 | export CHICKEN_REPOSITORY_PATH="$XDG_DATA_HOME/chicken/eggs" | ||