From ff02a0eb8d42aa76cdce8fee01056de63cd26751 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Fri, 10 Apr 2020 13:58:38 +0200 Subject: Add cargo bin to PATH --- .profile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit 1.4.1