mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
7 lines
142 B
Fish
7 lines
142 B
Fish
if [ -d "$HOME/.cargo/bin" ]
|
|
fish_add_path $HOME/.cargo/bin
|
|
end
|
|
|
|
if [ -f "$HOME/.cargo/env.fish" ]
|
|
source "$HOME/.cargo/env.fish"
|
|
end
|