From 633cbb5ed20b227c1cdce3825fdab28d22db0333 Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Wed, 5 Oct 2022 23:22:20 -0500 Subject: [PATCH] cargo bin addition to path --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 787f8f8..f6c0f26 100644 --- a/.bashrc +++ b/.bashrc @@ -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