Explorar el Código

[fish] Add asdf shim

Colin Powell hace 3 años
padre
commit
08bf791c51
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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