fix(fish): use $HOME instead of hardcoded path in rustup.fish

This commit is contained in:
2026-03-18 01:32:18 +02:00
parent 035405b22f
commit 10aa7be8f8

View File

@@ -1 +1 @@
source "/home/ivuorinen/.local/share/cargo/env.fish"
source "$HOME/.local/share/cargo/env.fish"