My dotfiles for Arch Linux

Add env.fish

Signed-off-by: Jan Ehrhardt <59441+jehrhardt@users.noreply.github.com>

+5
+5
dot_cargo/env.fish
··· 1 + # rustup shell setup 2 + if not contains "{cargo_bin}" $PATH 3 + # Prepending path in case a system-installed rustc needs to be overridden 4 + set -x PATH "{cargo_bin}" $PATH 5 + end