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"