diff options
| author | Marc Vertes <mvertes@free.fr> | 2026-02-20 13:12:32 +0100 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2026-02-20 13:12:32 +0100 |
| commit | ba20223fd276b947686078b4a1a4848cc6773688 (patch) | |
| tree | 39906e7c5e04ccb07744ff22520dfbaca0d4fed9 /.profile | |
| parent | cf8012edcb2df21eff06e8b287720fcff3e587cc (diff) | |
update
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |
