From aee4902fae81b52e898b86465c4e18821b090eda Mon Sep 17 00:00:00 2001 From: tavo Date: Wed, 10 Sep 2025 00:13:23 -0600 Subject: [PATCH] sunshine --- .gitignore | 1 + shell/profile.d/path.sh | 1 + shell/profile.d/xdgspec.sh | 2 ++ 3 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 1076c76..f17aa95 100644 --- a/.gitignore +++ b/.gitignore @@ -283,3 +283,4 @@ X11/xinit/xinitrc.d/ !X11/xinit/xinitrc.d/example.sh *.bak lazydocker/ +sunshine/ diff --git a/shell/profile.d/path.sh b/shell/profile.d/path.sh index b713dcc..da7f725 100644 --- a/shell/profile.d/path.sh +++ b/shell/profile.d/path.sh @@ -16,3 +16,4 @@ PATH="$HOME/.config/emacs/bin${PATH:+:${PATH}}" PATH="$HOME/.local/share/go/bin${PATH:+:${PATH}}" PATH="/usr/local/go/bin${PATH:+:${PATH}}" PATH="$HOME/.local/share/pyenv/shims${PATH:+:${PATH}}" +PATH="$HOME/.local/share/cargo/bin:$PATH" diff --git a/shell/profile.d/xdgspec.sh b/shell/profile.d/xdgspec.sh index 3969e18..feb7c9a 100644 --- a/shell/profile.d/xdgspec.sh +++ b/shell/profile.d/xdgspec.sh @@ -39,4 +39,6 @@ export \ PYTHON_HISTORY="$XDG_CACHE_HOME/python_history" \ SQLITE_HISTORY="$XDG_CACHE_HOME/sqlite_history" \ PGPASSFILE="$XDG_CONFIG_HOME/pg/pgpass" \ + CARGO_HOME="$XDG_DATA_HOME"/cargo \ + RUSTUP_HOME="$XDG_DATA_HOME"/rustup \ UNISON="$XDG_DATA_HOME"/unison