added rust global creates in the fish binary path

This commit is contained in:
aminnairi
2025-12-03 09:45:57 +01:00
parent ced30fcc02
commit 5e4e6089f2
+3
View File
@@ -5,6 +5,9 @@ if status is-interactive
# Set the editor to use vim # Set the editor to use vim
set --export --global EDITOR nvim 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 # Add ruby in the global path for Neovim
fish_add_path ~/.local/share/gem/ruby/3.0.0/bin fish_add_path ~/.local/share/gem/ruby/3.0.0/bin