diff --git a/.zshenv b/.zshenv index adc3771..1556e13 100644 --- a/.zshenv +++ b/.zshenv @@ -69,3 +69,8 @@ alias wttr='curl https://wttr.in/Salzburg' # Developing # alias valgrind='valgrind --track-origins=yes --leak-check=full' + +# +# Cargo env +# +. "$HOME/.cargo/env"