Fix fish warning on machines with no cargo install

This commit is contained in:
2024-07-22 09:04:37 -07:00
parent 3993b496b9
commit 71a3c58fcd

View File

@@ -75,7 +75,7 @@ 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/ if test -f $HOME/.cargo/env.fish
source "$HOME/.cargo/env.fish" source "$HOME/.cargo/env.fish"
end end