From 366b9f1562b9408f3a3f85a1c18fc8897400de47 Mon Sep 17 00:00:00 2001 From: Coby Powers Date: Mon, 27 Feb 2023 04:57:05 +0000 Subject: [PATCH] Propogate function declaration changes --- sh/.zshrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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