Add directory creation for ZSH_CONFIGS_DIR
This commit is contained in:
1
.zshrc
1
.zshrc
@@ -206,6 +206,7 @@ ipgeo() {
|
|||||||
# Any zshrc configurations under the folder ~/.config/ezsh/zshrc/ will override the default ezsh configs.
|
# Any zshrc configurations under the folder ~/.config/ezsh/zshrc/ will override the default ezsh configs.
|
||||||
# Place all of your personal configurations over there
|
# Place all of your personal configurations over there
|
||||||
ZSH_CONFIGS_DIR="$HOME/.config/zshrc"
|
ZSH_CONFIGS_DIR="$HOME/.config/zshrc"
|
||||||
|
mkdir -p $ZSH_CONFIGS_DIR
|
||||||
|
|
||||||
if [ "$(ls -A $ZSH_CONFIGS_DIR)" ]; then
|
if [ "$(ls -A $ZSH_CONFIGS_DIR)" ]; then
|
||||||
for file in "$ZSH_CONFIGS_DIR"/*; do
|
for file in "$ZSH_CONFIGS_DIR"/*; do
|
||||||
|
|||||||
Reference in New Issue
Block a user