mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
fix: fix yarn bin directory in path
This commit is contained in:
parent
7f2b2bbef8
commit
6ac5cdd441
@ -30,7 +30,7 @@ function path_if_exists
|
||||
end
|
||||
|
||||
# Add paths
|
||||
path_if_exists ~/.config/yarn/global/node_modules/.bin
|
||||
path_if_exists ~/.local/share/yarn/global/node_modules/.bin
|
||||
path_if_exists ~/.local/bin
|
||||
path_if_exists ~/.emacs.d/bin
|
||||
path_if_exists ~/.local/share/go/bin
|
||||
|
@ -8,7 +8,7 @@ path_if_exists() {
|
||||
TERM="xterm-256color"
|
||||
|
||||
# PATH
|
||||
path_if_exists ~/.config/yarn/global/node_modules/.bin
|
||||
path_if_exists ~/.local/share/yarn/global/node_modules/.bin
|
||||
path_if_exists ~/.local/bin
|
||||
path_if_exists ~/.emacs.d/bin
|
||||
path_if_exists ~/.local/share/go/bin
|
||||
|
Loading…
Reference in New Issue
Block a user