We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6b5ee commit a3cc070Copy full SHA for a3cc070
1 file changed
.additional_bashrc.sh
@@ -38,3 +38,6 @@ if [ -v VIRTUAL_HOST ] ; then
38
echo 'Frontend URLs:'
39
echo $VIRTUAL_HOST | tr "," "\n" | awk '{print " https://" $0}'
40
fi
41
+
42
+# makes it possible to add custom prompt functions without cahnging the entrypoint:
43
+test -f ./after-bashrc_*.sh && source ./after-bashrc_*.sh || true
0 commit comments