Clarify "migrated" .zshrc

This commit is contained in:
2026-05-14 15:19:41 +02:00
parent 00049f5255
commit a453390013

View File

@@ -29,9 +29,9 @@
fi fi
if [ -r ~/dotfiles/migrated/.zshrc ]; then if [ -r ~/dotfiles/migrated/.zshrc ]; then
# Hack for faster iterations
. ~/dotfiles/migrated/.zshrc . ~/dotfiles/migrated/.zshrc
else else
# If no custom override is available, use the one bundled with flake.
. ${../../migrated/.zshrc} . ${../../migrated/.zshrc}
fi fi
''; '';