From 9c176c9577d3126547f6ee60dba866f4ed67cc71 Mon Sep 17 00:00:00 2001 From: buffet Date: Tue, 10 Oct 2023 19:25:27 +0200 Subject: [PATCH] profile: add cargo bin to PATH --- dots/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dots/.profile b/dots/.profile index 9c04a49..2226639 100644 --- a/dots/.profile +++ b/dots/.profile @@ -5,4 +5,4 @@ export GTK_IM_MODULE=fcitx export QT_IM_MODULE=fcitx export XMODIFIERS=@im=fcitx -PATH="$PATH:$HOME/.local/bin:$HOME/.roswell/bin" +export PATH="$HOME/.local/bin:$HOME/.roswell/bin:$HOME/.cargo/bin:$PATH"