diff --git a/.zshrc b/.zshrc index 87e6543..46b9e87 100644 --- a/.zshrc +++ b/.zshrc @@ -206,6 +206,7 @@ ipgeo() { # Any zshrc configurations under the folder ~/.config/ezsh/zshrc/ will override the default ezsh configs. # Place all of your personal configurations over there ZSH_CONFIGS_DIR="$HOME/.config/zshrc" +mkdir -p $ZSH_CONFIGS_DIR if [ "$(ls -A $ZSH_CONFIGS_DIR)" ]; then for file in "$ZSH_CONFIGS_DIR"/*; do