mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
fish: clean up PATHs
This commit is contained in:
parent
1fd057a4e1
commit
17a56f93ed
1 changed files with 1 additions and 3 deletions
|
|
@ -2,12 +2,10 @@ set -gx EDITOR nvim
|
|||
set -gx VISUAL nvim
|
||||
|
||||
set -g GOPATH $HOME/go
|
||||
|
||||
set -g PATH $HOME/bin $PATH
|
||||
set -g PATH $HOME/go/bin $PATH
|
||||
set -g PATH $HOME/.local/bin $PATH
|
||||
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/.cargo/bin $PATH
|
||||
set -g PATH node_modules/.bin $PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue