Make .crystal directory location configurable#844
Make .crystal directory location configurable#844asterite merged 1 commit intocrystal-lang:masterfrom
Conversation
|
Yes !!! Yes please , I have like 10 different hidden .crystal folder all over my /home . |
|
+1 of course, but I don't think it should clutter the home directory unless it's a hidden folder. So not ~/crystal, but maybe ~/.crystal or ~/.cache/crystal or something. |
|
Not that this pr does that of course, just referring to your last bullet point. |
|
Looks good. Should it be named |
|
Don't care much about the name, just used what was used in the codebase already. Should I change it? |
|
I wouldn't care about the name either, except that it has to be set as an ENV var. I think |
e8878dc to
21704b5
Compare
21704b5 to
a55d964
Compare
|
Changed to |
|
👍 that would help with my ecryptfs home, where I sometimes hit the filename length limit. |
|
👍 I was thinking to anchor .crystal to be a sibling of the Projectfile. But fixing to the whole environment seems simpler. |
Make .crystal directory location configurable
crystal eval