aboutsummaryrefslogtreecommitdiff
path: root/bin/bcq.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-04-13 00:24:37 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-04-13 00:24:47 +1200
commit86d7ba02c2fa643ae72425ec829956c6eb84cee5 (patch)
treea372a9638158d2141fe4771bd7722cc474b12213 /bin/bcq.sh
parentMod4+v fires up vim (diff)
downloaddotfiles-86d7ba02c2fa643ae72425ec829956c6eb84cee5.tar.gz
dotfiles-86d7ba02c2fa643ae72425ec829956c6eb84cee5.zip
Update ~/.cache path in bcq(1df)
Diffstat (limited to 'bin/bcq.sh')
-rw-r--r--bin/bcq.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bcq.sh b/bin/bcq.sh
index 71a79666..a6c0fe60 100644
--- a/bin/bcq.sh
+++ b/bin/bcq.sh
@@ -1,3 +1,3 @@
# Fire up bc(1), hushing it if it looks like GNU
-[ -e "$HOME"/.cache/bc/quiet ] && set -- --quiet "$@"
+[ -e "$HOME"/.cache/sh/opt/bc/quiet ] && set -- --quiet "$@"
exec bc "$@"