aboutsummaryrefslogtreecommitdiff
path: root/sh/profile.d/options.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-04-12 09:51:27 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-04-12 09:51:27 +1200
commitefd95c34c7db7686600571243ca00196276fa0ad (patch)
treee4e1fcbadf294b68ef29fb9d485390daca28a500 /sh/profile.d/options.sh
parentFix up .PHONY targets (diff)
downloaddotfiles-efd95c34c7db7686600571243ca00196276fa0ad.tar.gz
dotfiles-efd95c34c7db7686600571243ca00196276fa0ad.zip
Use more logical ~/.cache subpath
Diffstat (limited to 'sh/profile.d/options.sh')
-rw-r--r--sh/profile.d/options.sh2
1 files changed, 1 insertions, 1 deletions
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