@@ -13,3 +13,6 @@ if ! source "$HOME/.zgen/init.zsh"; then
zgen save
fi
+if [ -f "$HOME/.zshrc.local" ]; then
+ source "$HOME/.zshrc.local"
+fi