Skip to content

Commit 51fb62c

Browse files
committed
fix(devcontainer): export path to GYB
1 parent 21508aa commit 51fb62c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/postAttach.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
set -eu
33

44
pre-commit install --install-hooks
5+
6+
echo -e "\nexport PATH=$PATH:/home/compiler/admin/.config/gyb" >> ~/.bashrc

0 commit comments

Comments
 (0)