Better cargo env

This commit is contained in:
Thomas Avé 2024-03-08 20:48:44 +01:00
parent 607a2e4eca
commit 8720c4e4ca
2 changed files with 3 additions and 2 deletions

View File

@ -17,4 +17,3 @@ export ZDOTDIR="$XDG_CONFIG_HOME"/zsh
export XDG_CURRENT_DESKTOP=GNOME export XDG_CURRENT_DESKTOP=GNOME
export OPENCV_LOG_LEVEL=ERROR export OPENCV_LOG_LEVEL=ERROR
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
. "$HOME/.cargo/env"

View File

@ -1 +1,3 @@
. "$HOME/.cargo/env" if [ -d "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi