mirror of
https://github.com/ChrisTitusTech/mybash.git
synced 2026-04-11 23:18:18 +00:00
cargo bin addition to path
This commit is contained in:
2
.bashrc
2
.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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user