From 5e4e6089f2d9414388385dc50816dc304175f7b7 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 3 Dec 2025 09:45:57 +0100 Subject: [PATCH] added rust global creates in the fish binary path --- sources/fish/config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sources/fish/config.fish b/sources/fish/config.fish index 8333a72..1edfc57 100644 --- a/sources/fish/config.fish +++ b/sources/fish/config.fish @@ -5,6 +5,9 @@ if status is-interactive # Set the editor to use vim set --export --global EDITOR nvim + # Add Rust global crates in the global path + fish_add_path ~/.cargo/bin + # Add ruby in the global path for Neovim fish_add_path ~/.local/share/gem/ruby/3.0.0/bin