Clarify "migrated" .zshrc
This commit is contained in:
@@ -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
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user