Create zsh cache dir

This commit is contained in:
LordMathis 2023-02-06 22:14:02 +01:00
parent 7afca9cf36
commit 3ac73d2f43
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -16,6 +16,7 @@ export HISTORY_SUBSTRING_SEARCH_ENSURE_UNIQUE=true
# ohmyzsh cache dir
export ZSH_CACHE_DIR=$HOME/.zsh/cache
mkdir -p "$ZSH_CACHE_DIR/completions"
# Editor
export EDITOR=nvim