#! /bin/bash histdir() { CACHEDIR="$HOME/.cache/EZown" [ -d "$CACHEDIR" ] || mkdir -p "$CACHEDIR" echo "$CACHEDIR" } HPATH="$(histdir)/History"