From 19fe81a7239be86b54e589fdf8daf2cbbad65f29 Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Sat, 9 May 2020 09:54:22 +0200 Subject: [PATCH] Add cargo to PATH --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 782c25a..59ec0d8 100644 --- a/.bashrc +++ b/.bashrc @@ -174,3 +174,5 @@ function syncSubSessionCloud() { read -p "Disk number: " disk rsync -av --delete /media/HDD1/NextcloudSS/Sub-Session/ "/media/raghnarok/SubSession$disk/cloud/" } + +export PATH="$HOME/.cargo/bin:$PATH"