diff --git a/fff b/fff index 0555560..1df7c0b 100755 --- a/fff +++ b/fff @@ -1995,6 +1995,8 @@ main() { # Create the trash and cache directory if they don't exist. mkdir -p "${XDG_CACHE_HOME:=${HOME}/.cache}/fff" \ "${FFF_TRASH:=${XDG_DATA_HOME:=${HOME}/.local/share}/fff/trash}" + + touch "${XDG_CACHE_HOME:=${HOME}/.cache}/fff/history" # 'nocaseglob': Glob case insensitively (Used for case insensitive search). # 'nullglob': Don't expand non-matching globs to themselves.