From 6ac5cdd4418f204b57e89fdd8c9d19db27cf5cc0 Mon Sep 17 00:00:00 2001 From: Ryan Kes <> Date: Sun, 15 Nov 2020 15:16:05 +0100 Subject: [PATCH] fix: fix yarn bin directory in path --- fish/.config/omf/init.fish | 2 +- zsh/.zshenv | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fish/.config/omf/init.fish b/fish/.config/omf/init.fish index c9384ec..6620a6c 100644 --- a/fish/.config/omf/init.fish +++ b/fish/.config/omf/init.fish @@ -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 diff --git a/zsh/.zshenv b/zsh/.zshenv index e872abe..191d25e 100644 --- a/zsh/.zshenv +++ b/zsh/.zshenv @@ -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