Fix the last commit

This commit is contained in:
Alexander Rosenberg 2025-02-22 03:50:38 -08:00
parent 645a6858b6
commit 74d4fab26a
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -70,7 +70,7 @@ if [[ -v INSIDE_EMACS ]]; then
fi
}
fi
[[ "${HISTFILE}" == '~'* ]] && HISTFILE="${HISTFILE}"
[ ! -d "${HISTFILE:h}" ] && mkdir -p "${HISTFILE:h}"
[ -v HISTFILE ] || HISTFILE="${HOME}/.cache/zsh/history"
HISTSIZE=1000
SAVEHIST=10000