cargo bin addition to path

This commit is contained in:
Chris Titus
2022-10-05 23:22:20 -05:00
parent a1c6df37ad
commit 633cbb5ed2

View File

@@ -589,7 +589,7 @@ lazyg() {
alias cpu="grep 'cpu ' /proc/stat | awk '{usage=(\$2+\$4)*100/(\$2+\$4+\$5)} END {print usage}' | awk '{printf(\"%.1f\n\", \$1)}'"
export PATH=$PATH:"/home/titus/.local/bin"
export PATH=$PATH:"$HOME/.local/bin:$HOME/.cargo/bin"
# Install Starship - curl -sS https://starship.rs/install.sh | sh