Browse Source

[fish] Add asdf shim

Colin Powell 3 years ago
parent
commit
08bf791c51
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fish/.config/fish/config.fish

+ 1 - 0
fish/.config/fish/config.fish

@@ -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