summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index aca1b90..ad9401f 100644
--- a/.zshrc
+++ b/.zshrc
@@ -445,6 +445,8 @@ HISTORYDIRECTORY=~/.zsh/history
HISTFILE="$HISTORYDIRECTORY/histfile"
HISTSIZE=10000
SAVEHIST=10000000
+
+mkdir -p "$HISTORYDIRECTORY"
# }}}
# Other ZSH options {{{
autoload -U colors