From 8bb065b8a66bf89df71af9a21fa3a0891f858a05 Mon Sep 17 00:00:00 2001 From: Uyanide Date: Sat, 8 Nov 2025 04:27:15 +0100 Subject: [PATCH] bash: source .cargo/env case exists (for rustup) --- config/fish/.bash_profile | 1 + config/wallpaper/Pictures/backgrounds | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/fish/.bash_profile b/config/fish/.bash_profile index a847b43..3f49fe0 100644 --- a/config/fish/.bash_profile +++ b/config/fish/.bash_profile @@ -1,6 +1,7 @@ [ -d "$HOME/.local/bin" ] && export PATH="$HOME/.local/bin:$PATH" [ -d "$HOME/.local/scripts" ] && export PATH="$HOME/.local/scripts:$PATH" [ -d "$HOME/.cargo/bin" ] && export PATH="$HOME/.cargo/bin:$PATH" +[ -f "$HOME/.cargo/env" ] && source "$HOME/.cargo/env" [ -d "$HOME/go/bin" ] && export PATH="$HOME/go/bin:$PATH" [ -x "$HOME/.local/scripts/ssh-init" ] && eval "$(ssh-init)" diff --git a/config/wallpaper/Pictures/backgrounds b/config/wallpaper/Pictures/backgrounds index 0b274a8..00cce3d 160000 --- a/config/wallpaper/Pictures/backgrounds +++ b/config/wallpaper/Pictures/backgrounds @@ -1 +1 @@ -Subproject commit 0b274a819c5800474b94660885fd83568ac76da5 +Subproject commit 00cce3d656b8698548149982906c3112606196e2