More paths

This commit is contained in:
Daniel Flanagan 2021-05-14 15:23:18 -05:00
parent a8b20eb79c
commit 2981d01c4f
Signed by: lytedev
GPG Key ID: 5B2020A0F9921EF4
1 changed files with 1 additions and 0 deletions

View File

@ -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