Add directory creation for ZSH_CONFIGS_DIR

This commit is contained in:
Frank Qing
2024-05-01 12:47:16 +08:00
parent 4fd09787a7
commit b80464b17a

1
.zshrc
View File

@@ -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