mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
fix(installer): automatically create ZDOTDIR path if it doesn't exist
This commit is contained in:
@@ -523,6 +523,11 @@ EOF
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Create ZDOTDIR folder structure if it doesn't exist
|
||||||
|
if [ -n "$ZDOTDIR" ]; then
|
||||||
|
mkdir -p "$ZDOTDIR"
|
||||||
|
fi
|
||||||
|
|
||||||
setup_ohmyzsh
|
setup_ohmyzsh
|
||||||
setup_zshrc
|
setup_zshrc
|
||||||
setup_shell
|
setup_shell
|
||||||
|
|||||||
Reference in New Issue
Block a user