Enable plugin hot reloading for add / remove

This commit is contained in:
Ryan Hughes
2026-06-06 13:25:54 -04:00
parent 42bdf374dd
commit 92246a50fb
10 changed files with 126 additions and 21 deletions
+1 -2
View File
@@ -102,6 +102,5 @@ fi
omarchy-shell shell rescanPlugins >/dev/null 2>&1 || true
if [[ $was_enabled == "true" ]]; then
echo "Plugin was enabled; restart the shell to fully unload it:"
echo " omarchy restart shell"
echo "Plugin was enabled and was unloaded from omarchy-shell."
fi