Skip to content

Commit 542787a

Browse files
remove source in the post create.
1 parent 484a43c commit 542787a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/devcontainers/base/src/.devcontainer/nhsnotify/postcreatecommand.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ echo 'export GPG_TTY=$(tty)' >> ~/.zshrc
4848
echo "added gpg tty to zshrc"
4949

5050
echo "running make config"
51-
source ~/.zshrc
52-
echo "sourced .zshrc"
51+
#source ~/.zshrc
52+
#echo "sourced .zshrc"
5353
make config
5454
echo "make config complete"
5555

0 commit comments

Comments
 (0)