Skip to content

Commit a3cc070

Browse files
authored
makes it possible to add custom prompt functions without cahnging the entrypoint
1 parent 2c6b5ee commit a3cc070

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.additional_bashrc.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,6 @@ if [ -v VIRTUAL_HOST ] ; then
3838
echo 'Frontend URLs:'
3939
echo $VIRTUAL_HOST | tr "," "\n" | awk '{print " https://" $0}'
4040
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

Comments
 (0)