Propogate function declaration changes

This commit is contained in:
2023-02-27 04:57:05 +00:00
parent fe4a28032a
commit 366b9f1562

View File

@ -17,7 +17,7 @@ plugins=(git zsh-autosuggestions)
zstyle ':omz:update' mode auto # update automatically without asking
zstyle ':omz:update' frequency 14
create_dir_if_not_exists $ZSH_CUSTOM_USER_SCRIPTS
create_dir_if_not_exists $ZSH_CACHE_DIR
mkdir -p $ZSH_CUSTOM_USER_SCRIPTS
mkdir -p $ZSH_CACHE_DIR
load_scripts_in_dir $ZSH_CUSTOM_USER_SCRIPTS
load_scripts_in_dir $ZSH_CUSTOM_USER_SCRIPTS