Browse Source

[fish] Add asdf shim

Colin Powell 3 năm trước cách đây
mục cha
commit
08bf791c51
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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