Add rustup support to fish config

This commit is contained in:
2024-05-28 14:14:20 -07:00
parent 078e475130
commit 11a36f0e10

View File

@@ -74,6 +74,10 @@ let tide_conf = builtins.readFile ./tide_config.fish; in
set --prepend fish_complete_path "$KITTY_INSTALLATION_DIR/shell-integration/fish/vendor_completions.d" set --prepend fish_complete_path "$KITTY_INSTALLATION_DIR/shell-integration/fish/vendor_completions.d"
end end
if test -d $HOME/.cargo/
source "$HOME/.cargo/env.fish"
end
${builtins.readFile ./tide_config.fish} ${builtins.readFile ./tide_config.fish}
''; '';