fix(zsh): add cleanup

This commit is contained in:
Oscar Wallberg
2024-07-27 18:27:44 +02:00
parent d14eb673b9
commit b9e0cabe03
+8
View File
@@ -75,6 +75,8 @@ fi
# shellcheck source=.cache/.zsh_plugins.zsh # shellcheck source=.cache/.zsh_plugins.zsh
source "${_plugins_cache}" source "${_plugins_cache}"
unset _antidote _plugins _plugins_cache
############# #############
# Functions # # Functions #
############# #############
@@ -150,3 +152,9 @@ prompt warg
# Emacs mode # Emacs mode
bindkey -e bindkey -e
###########
# Cleanup #
###########
unset _here