From efd95c34c7db7686600571243ca00196276fa0ad Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 12 Apr 2017 09:51:27 +1200 Subject: Use more logical ~/.cache subpath --- sh/profile.d/options.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/profile.d') diff --git a/sh/profile.d/options.sh b/sh/profile.d/options.sh index 1a511d75..89b5d245 100644 --- a/sh/profile.d/options.sh +++ b/sh/profile.d/options.sh @@ -5,7 +5,7 @@ options() { # Check or create the directory to cache the options # Shift the program name off; remaining arguments are the options to check - dir=$HOME/.cache/$1 + dir=$HOME/.cache/sh/opt/$1 prog=$1 shift -- cgit v1.2.3