Skip to content

Commit 432d41f

Browse files
Source API key imediatelly after adding
1 parent 75fb90f commit 432d41f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

install/install.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,11 @@ echo -e "${GRAY}─────────────────────
221221
echo ""
222222
echo -e " thank you for using *codeplain!"
223223
echo ""
224-
echo ""
225224
echo -e " learn more at ${YELLOW}https://plainlang.org/${NC}"
226225
echo ""
227226
echo -e " ${GREEN}happy development!${NC} 🚀"
228227
echo ""
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

Comments
 (0)