Add rust stuff
This commit is contained in:
parent
c3b7c57e2e
commit
fe2ff0fde4
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user