From b9e0cabe035fcf03c01f445ebf3abb1b00e66359 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sat, 27 Jul 2024 18:27:44 +0200 Subject: [PATCH] fix(zsh): add cleanup --- .zshrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.zshrc b/.zshrc index 20d035a..ccb3944 100644 --- a/.zshrc +++ b/.zshrc @@ -75,6 +75,8 @@ fi # shellcheck source=.cache/.zsh_plugins.zsh source "${_plugins_cache}" +unset _antidote _plugins _plugins_cache + ############# # Functions # ############# @@ -150,3 +152,9 @@ prompt warg # Emacs mode bindkey -e + +########### +# Cleanup # +########### + +unset _here