From 9660285d8d45f6ef3df4079caad884c4259c4942 Mon Sep 17 00:00:00 2001 From: David JULIEN Date: Fri, 2 Dec 2022 16:21:31 +0100 Subject: [PATCH] [system] feat: source rust envvar --- .config/zsh/.zprofile | 1 + 1 file changed, 1 insertion(+) 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