1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-07-01 18:39:26 +00:00

Store cache files in a user-writable location

Fixes #1122
This commit is contained in:
Kaleb Elwert
2017-11-10 11:37:11 -08:00
parent 79927ac73a
commit 948d9b3aa5
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ fi
if [[ "$OSTYPE" == darwin* ]]; then
# Perl is slow; cache its output.
cache_file="${0:h}/cache.zsh"
cache_file="${TMPDIR:-/tmp}/prezto-perl-cache.$UID.zsh"
perl_path="$HOME/Library/Perl/5.12"
if [[ -f "$perl_path/lib/perl5/local/lib.pm" ]]; then