Skip to content

Commit

Permalink
Merge pull request #134 from pluswerk/after-bashrc-sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti authored Nov 29, 2023
2 parents 2c6b5ee + a3cc070 commit f63cdad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .additional_bashrc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ if [ -v VIRTUAL_HOST ] ; then
echo 'Frontend URLs:'
echo $VIRTUAL_HOST | tr "," "\n" | awk '{print " https://" $0}'
fi

# makes it possible to add custom prompt functions without cahnging the entrypoint:
test -f ./after-bashrc_*.sh && source ./after-bashrc_*.sh || true

0 comments on commit f63cdad

Please sign in to comment.