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"
|
||||
end
|
||||
|
||||
if test -d $HOME/.cargo/
|
||||
if test -f $HOME/.cargo/env.fish
|
||||
source "$HOME/.cargo/env.fish"
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user