Add cargo env
This commit is contained in:
parent
fc2492504c
commit
012f6d1936
1 changed files with 5 additions and 0 deletions
5
.zshenv
5
.zshenv
|
@ -69,3 +69,8 @@ alias wttr='curl https://wttr.in/Salzburg'
|
||||||
# Developing
|
# Developing
|
||||||
#
|
#
|
||||||
alias valgrind='valgrind --track-origins=yes --leak-check=full'
|
alias valgrind='valgrind --track-origins=yes --leak-check=full'
|
||||||
|
|
||||||
|
#
|
||||||
|
# Cargo env
|
||||||
|
#
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|
Loading…
Reference in a new issue