소스 검색

[fish] Add asdf shim

Colin Powell 3 년 전
부모
커밋
08bf791c51
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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