More paths
This commit is contained in:
parent
a8b20eb79c
commit
2981d01c4f
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ set paths_candidates \
|
||||||
$HOME/.yarn/bin \
|
$HOME/.yarn/bin \
|
||||||
$HOME/.netlify/helper/bin
|
$HOME/.netlify/helper/bin
|
||||||
|
|
||||||
|
set -ge fish_user_paths
|
||||||
for d in $paths_candidates $ENV_PATH/*/bin
|
for d in $paths_candidates $ENV_PATH/*/bin
|
||||||
test -d $d && set -gxa fish_user_paths $d
|
test -d $d && set -gxa fish_user_paths $d
|
||||||
end
|
end
|
||||||
|
|
Reference in a new issue