[fish] Add asdf shim

This commit is contained in:
2022-01-09 12:05:48 -05:00
parent 772364a2a7
commit 08bf791c51

View File

@ -1,4 +1,5 @@
if status is-interactive
source ~/.asdf/asdf.fish
set -gx PATH ~/.asdf/installs/rust/latest/bin $PATH
set -gx PATH ~/.cargo/bin $PATH
set -gx PATH ~/.bin $PATH