summaryrefslogtreecommitdiff
path: root/util/hpath
diff options
context:
space:
mode:
Diffstat (limited to 'util/hpath')
-rwxr-xr-xutil/hpath11
1 files changed, 11 insertions, 0 deletions
diff --git a/util/hpath b/util/hpath
new file mode 100755
index 0000000..c8362aa
--- /dev/null
+++ b/util/hpath
@@ -0,0 +1,11 @@
+#! /bin/bash
+
+histdir() {
+ CACHEDIR="$HOME/.cache/EZown"
+ [ -d "$CACHEDIR" ] || mkdir -p "$CACHEDIR"
+
+ echo "$CACHEDIR"
+}
+
+HPATH="$(histdir)/History"
+