Create cache dir
This commit is contained in:
parent
b6abc2f53b
commit
135868fef8
1
.zshrc
1
.zshrc
|
@ -15,6 +15,7 @@ export GIT_EDITOR=nvim
|
||||||
|
|
||||||
# ohmyzsh cache dir
|
# ohmyzsh cache dir
|
||||||
export ZSH_CACHE_DIR=$HOME/.zsh/cache
|
export ZSH_CACHE_DIR=$HOME/.zsh/cache
|
||||||
|
mkdir -p "$ZSH_CACHE_DIR/completions"
|
||||||
|
|
||||||
# k3s kubeconfig
|
# k3s kubeconfig
|
||||||
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
export KUBECONFIG=/etc/rancher/k3s/k3s.yaml
|
||||||
|
|
Loading…
Reference in New Issue