diff --git a/sh/.zshrc b/sh/.zshrc index 8020aae..bf0e0ea 100644 --- a/sh/.zshrc +++ b/sh/.zshrc @@ -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 \ No newline at end of file