From 135868fef8390db92021cc578428ac38b0475a8a Mon Sep 17 00:00:00 2001 From: LordMathis Date: Mon, 6 Feb 2023 22:13:37 +0100 Subject: [PATCH] Create cache dir --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index b093714..1a67466 100644 --- a/.zshrc +++ b/.zshrc @@ -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