Skip to content

Commit 6311c4f

Browse files
zsh -c trying out agh.
1 parent d77c4a9 commit 6311c4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cp ./poststartcommand.sh /poststartcommand.sh
55
cp ./welcome.sh /welcome.sh
66
cp ./Makefile /Makefile
77

8-
source ~/.zshrc
8+
#ource ~/.zshrc
99
echo "go is at $(which go)"
1010
echo 'install asdf via go'
1111
go install github.com/asdf-vm/asdf/cmd/[email protected]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ source ~/.zshrc
3939
echo "reloaded shell"
4040

4141
echo "running make config"
42-
make config
42+
zsh -c "make config"
4343
echo "make config complete"
4444

4545
cd $CURRENT_DIR

0 commit comments

Comments
 (0)