We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f8e7b commit d581938Copy full SHA for d581938
1 file changed
.additional_bashrc.sh
@@ -34,3 +34,8 @@ if [ -z "$SSH_AUTH_SOCK" ] ; then
34
ssh-add -t 604800 ~/.ssh/id_ed25519
35
fi
36
37
+
38
+if [ -v "$VIRTUAL_HOST" ] ; then
39
+ echo 'Frontend URLs:'
40
+ echo $VIRTUAL_HOST | tr "," "\n" | awk '{print " https://" $0}'
41
+fi
0 commit comments