Add cargo to PATH
This commit is contained in:
parent
512a9ad56f
commit
19fe81a723
1 changed files with 2 additions and 0 deletions
2
.bashrc
2
.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"
|
||||
|
|
Loading…
Reference in a new issue