Ensure new shells get the full PATH.

This commit is contained in:
Ryan McQuen 2020-07-16 13:37:05 -07:00 committed by GitHub
parent 8113ef56f3
commit 6dcd5ebed6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
tasks:
- init: export PATH="/usr/local/cargo/bin:$PATH" && ./install.sh
- init: echo 'export PATH="/usr/local/cargo/bin:$PATH"' >> /etc/profile && export PATH="/usr/local/cargo/bin:$PATH" && ./install.sh
- command: ~/.cargo/bin/rustlings watch
image:
file: .gitpod.Dockerfile