Add rust stuff

This commit is contained in:
Isaac Shoebottom 2025-03-19 16:33:47 -03:00
parent c3b7c57e2e
commit fe2ff0fde4

View File

@ -10,6 +10,11 @@ if [[ -f $HOME/.local/bin/bash_completion ]]; then
. $HOME/.local/bin/bash_completion . $HOME/.local/bin/bash_completion
fi fi
# Rust
if [[ -f $HOME/.local/share/cargo/env ]]; then
. $HOME/.local/share/cargo/env
fi
# Set aliases # Set aliases
alias grep="ugrep" alias grep="ugrep"
alias cd="z" alias cd="z"
@ -85,4 +90,4 @@ alias adb="HOME='$XDG_DATA_HOME/android' adb"
PS1='[\u@\h \w]\$ ' PS1='[\u@\h \w]\$ '
# Starship after defining custom prompt, easy to remove # Starship after defining custom prompt, easy to remove
eval "$(starship init bash)" eval "$(starship init bash)"