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

fish: update rust config

This commit is contained in:
Henrik Hautakoski 2026-02-16 19:45:54 +01:00
parent c9602c1c80
commit 7251cc6558

View file

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