1
0
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:
Ryan Kes 2020-11-15 15:16:05 +01:00
parent 7f2b2bbef8
commit 6ac5cdd441
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ function path_if_exists
end end
# Add paths # 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 ~/.local/bin
path_if_exists ~/.emacs.d/bin path_if_exists ~/.emacs.d/bin
path_if_exists ~/.local/share/go/bin path_if_exists ~/.local/share/go/bin

View File

@ -8,7 +8,7 @@ path_if_exists() {
TERM="xterm-256color" TERM="xterm-256color"
# PATH # 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 ~/.local/bin
path_if_exists ~/.emacs.d/bin path_if_exists ~/.emacs.d/bin
path_if_exists ~/.local/share/go/bin path_if_exists ~/.local/share/go/bin