diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 88b9099..f8e20b5 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -3,6 +3,7 @@ # This file is sourced when launching a DM from startx/xinit # path export PATH="$(find $HOME/.local/bin -type d | tr '\n' ':' | sed 's/:$//'):$PATH" +source "$XDG_DATA_HOME/cargo/env" # environment variables ## custom paths