1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

fish/conf.d/rustup.fish: make sure file exist before sourcing

This commit is contained in:
Henrik Hautakoski 2025-05-18 22:28:21 +02:00
parent a37a68f244
commit a0fdb4c738

View file

@ -1 +1,3 @@
source "$HOME/.cargo/env.fish" if [ -f "$HOME/.cargo/env.fish" ]
source "$HOME/.cargo/env.fish"
end