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