Change ZDORDIR to ZSH_CONIGS_DIR, fixes .zcomdump files issue
This commit is contained in:
6
.zshrc
6
.zshrc
@@ -12,10 +12,10 @@ source "$HOME/.config/ezsh/ezshrc.zsh"
|
|||||||
|
|
||||||
# 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
|
||||||
ZDOTDIR="$HOME/.config/ezsh/zshrc"
|
ZSH_CONFIGS_DIR="$HOME/.config/ezsh/zshrc"
|
||||||
|
|
||||||
if [ "$(ls -A $ZDOTDIR)" ]; then
|
if [ "$(ls -A $ZSH_CONFIGS_DIR)" ]; then
|
||||||
for file in "$ZDOTDIR"/*; do
|
for file in "$ZSH_CONFIGS_DIR"/*; do
|
||||||
source "$file"
|
source "$file"
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user