From 605dda80542347cf1ca6bd7ea4cbbf37db5372ef Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Fri, 15 Nov 2024 00:29:50 +0100 Subject: [PATCH] Remove unused variable Forgotten in 6d748260e8b3cea10ce0f501ab5c1180223d8c44... --- zsh/rc.k8s | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/rc.k8s b/zsh/rc.k8s index 88000e7..94f6e32 100644 --- a/zsh/rc.k8s +++ b/zsh/rc.k8s @@ -1,7 +1,6 @@ if [[ -x =kubectl ]] then - funcdir="${XDG_CACHE_HOME:-$HOME/.cache}/zsh/funcs" _cache-completion =kubectl "kubectl completion zsh" alias k='kubectl'