mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
fish: add rust path
This commit is contained in:
parent
6f27c7f6ab
commit
59635df83b
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ set -g PATH $HOME/.golang/bin $PATH
|
||||||
set -g PATH $HOME/.yarn/bin $PATH
|
set -g PATH $HOME/.yarn/bin $PATH
|
||||||
set -g PATH $HOME/.cargo/bin $PATH
|
set -g PATH $HOME/.cargo/bin $PATH
|
||||||
set -g PATH $HOME/.bun/bin $PATH
|
set -g PATH $HOME/.bun/bin $PATH
|
||||||
|
set -g PATH $HOME/.rustup/toolchains/stable-x86_64*/bin $PATH
|
||||||
|
|
||||||
if status is-interactive
|
if status is-interactive
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue