feat(setup): source .zshenv after creating it

This commit is contained in:
2025-07-07 16:14:54 +02:00
parent 834658d01d
commit ef1d1055f6

View File

@ -15,6 +15,7 @@ if [ ! -f "$PWD/.zshenv" ]; then
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
sed -i "s|^export DOTFILES_INSTALL_DIR=.*|export DOTFILES_INSTALL_DIR=${SCRIPT_DIR}|" .zshenv
source "$PWD/.zshenv"
fi
./scripts/gitconfig