Create cache dir

This commit is contained in:
LordMathis 2023-02-06 22:13:37 +01:00
parent b6abc2f53b
commit 135868fef8
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -15,6 +15,7 @@ export GIT_EDITOR=nvim
# ohmyzsh cache dir
export ZSH_CACHE_DIR=$HOME/.zsh/cache
mkdir -p "$ZSH_CACHE_DIR/completions"
# k3s kubeconfig
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml