Skip to content

Commit 4411429

Browse files
committed
Add opam env to bashrc
1 parent 20947cd commit 4411429

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/postCreate.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ opam install ocaml-lsp-server -y
1010

1111
# Add OPAM environment setup to shell startup script
1212
echo 'eval $(opam env)' >> ~/.zshrc
13+
echo 'eval $(opam env)' >> ~/.bashrc
1314

1415
npm install --ignore-scripts

0 commit comments

Comments
 (0)