diff options
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.profile b/.profile index b9088ab..1966f72 100644 --- a/.profile +++ b/.profile @@ -12,6 +12,10 @@ if [ -d "${GOPATH}" ]; then pathappend "${GOPATH}/bin" fi +if [ -d "${HOME}/.cargo/bin" ]; then + pathappend "${HOME}/.cargo/bin" +fi + # Use the new build backend in docker export DOCKER_BUILDKIT=1 |