mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
added rust global creates in the fish binary path
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user