We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75fb90f commit 432d41fCopy full SHA for 432d41f
install/install.sh
@@ -221,8 +221,11 @@ echo -e "${GRAY}─────────────────────
221
echo ""
222
echo -e " thank you for using *codeplain!"
223
224
-echo ""
225
echo -e " learn more at ${YELLOW}https://plainlang.org/${NC}"
226
227
echo -e " ${GREEN}happy development!${NC} 🚀"
228
+
229
+# Replace this subshell with a fresh shell that has the new environment
230
+# Reconnect stdin to terminal (needed when running via curl | bash)
231
+exec "$SHELL" < /dev/tty
0 commit comments