From fe2ff0fde4dd523ee23ffd5f7ffa489bb686b65b Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Wed, 19 Mar 2025 16:33:47 -0300 Subject: [PATCH] Add rust stuff --- dot_bashrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dot_bashrc b/dot_bashrc index 56cbafc..22ffddb 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -10,6 +10,11 @@ if [[ -f $HOME/.local/bin/bash_completion ]]; then . $HOME/.local/bin/bash_completion fi +# Rust +if [[ -f $HOME/.local/share/cargo/env ]]; then + . $HOME/.local/share/cargo/env +fi + # Set aliases alias grep="ugrep" alias cd="z" @@ -85,4 +90,4 @@ alias adb="HOME='$XDG_DATA_HOME/android' adb" PS1='[\u@\h \w]\$ ' # Starship after defining custom prompt, easy to remove -eval "$(starship init bash)" \ No newline at end of file +eval "$(starship init bash)"