aboutsummaryrefslogtreecommitdiff
path: root/cpanm
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-30 20:00:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-30 20:32:41 +1200
commitad30b1645551d3a0ea44a87defc2195dc587be43 (patch)
tree6d3cd14b188c84548783a31b55d20d8c359e60b4 /cpanm
parentRefactor xsession entirely, remove subfiles (diff)
downloaddotfiles-ad30b1645551d3a0ea44a87defc2195dc587be43.tar.gz
dotfiles-ad30b1645551d3a0ea44a87defc2195dc587be43.zip
Add a comment
Diffstat (limited to 'cpanm')
-rw-r--r--cpanm/profile.d/cpanm.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanm/profile.d/cpanm.sh b/cpanm/profile.d/cpanm.sh
index a7854e40..a860162e 100644
--- a/cpanm/profile.d/cpanm.sh
+++ b/cpanm/profile.d/cpanm.sh
@@ -1,2 +1,3 @@
+# Set home directory for cpanm files to be XDG-conformant
PERL_CPANM_HOME=${XDG_CACHE_HOME:-$HOME/.cache}/cpanm
export PERL_CPANM_HOME