summaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2026-02-20 13:12:32 +0100
committerMarc Vertes <mvertes@free.fr>2026-02-20 13:12:32 +0100
commitba20223fd276b947686078b4a1a4848cc6773688 (patch)
tree39906e7c5e04ccb07744ff22520dfbaca0d4fed9 /.profile
parentcf8012edcb2df21eff06e8b287720fcff3e587cc (diff)
update
Diffstat (limited to '.profile')
-rw-r--r--.profile6
1 files changed, 5 insertions, 1 deletions
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