From ba20223fd276b947686078b4a1a4848cc6773688 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Fri, 20 Feb 2026 13:12:32 +0100 Subject: update --- .profile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.profile') diff --git a/.profile b/.profile index 0d2b5f5..550db7f 100644 --- a/.profile +++ b/.profile @@ -5,7 +5,7 @@ export LC_ALL=C case $OS in (arch|alpine) - PATH=~/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:~/go/bin + PATH=~/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:~/go/bin:~/.local/bin export XDG_RUNTIME_DIR=/run/user/$(id -u) ;; (fedora-asahi-remix) @@ -33,3 +33,7 @@ case $SHELL in esac [ "$(tty)" = /dev/tty1 ] && [ -x /usr/bin/sway ] && exec dbus-run-session -- sway || true + +if [ -f "$HOME/.cargo/env" ]; then + . "$HOME/.cargo/env" +fi -- cgit v1.2.3