|
|
|
|
|
by pdonis
2104 days ago
|
|
> so put it wherever! it's just a directory You can certainly put a directory wherever you like and put the code there. In fact, that's exactly what the author did, as he describes in the article. What you can't do is just magically have that directory be the "home" directory of a user and have the $HOME environment variable always point to it. You might be able to set things up to do that in principle, but it might not be worth the trouble as compared to other solutions. In fact, that's pretty much the position the author takes in the article for his use case. |
|
$HOME or not is a red herring, i apologize if it appears more salient than it really was meant to be.