From 2981d01c4f2f3629ab43de5454940a4152e92d71 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 14 May 2021 15:23:18 -0500 Subject: [PATCH] More paths --- common/fish/paths.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/common/fish/paths.fish b/common/fish/paths.fish index 6ee9655..e5256aa 100755 --- a/common/fish/paths.fish +++ b/common/fish/paths.fish @@ -12,6 +12,7 @@ set paths_candidates \ $HOME/.yarn/bin \ $HOME/.netlify/helper/bin +set -ge fish_user_paths for d in $paths_candidates $ENV_PATH/*/bin test -d $d && set -gxa fish_user_paths $d end