fix(zsh): add cleanup
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user