Fix fish warning on machines with no cargo install
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user